more complete react gitignore
This commit is contained in:
parent
c7d80bba8b
commit
543bcdaf9c
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,15 +1,30 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# dependency directories
|
||||
dist/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
|
||||
# optional npm cache directory
|
||||
.npm
|
||||
|
||||
# optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
build/Release
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
@ -18,6 +33,10 @@
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user