init gitignore file
This commit is contained in:
parent
0a44bb2285
commit
d62f0a5241
1 changed files with 43 additions and 0 deletions
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.next
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# If Packages have their independent repo
|
||||
# /packages
|
||||
|
||||
# ignore log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.idea/
|
||||
.vscode/
|
||||
node_modules/
|
||||
build
|
||||
.DS_Store
|
||||
*.tgz
|
||||
my-app*
|
||||
template/src/__tests__/__snapshots__/
|
||||
lerna-debug.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
/.changelog
|
||||
.npm/
|
||||
dist
|
Loading…
Reference in a new issue