update .gitignore
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -43,3 +43,35 @@ HELP.md
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.AppleDouble
|
*.AppleDouble
|
||||||
*.LSOverride
|
*.LSOverride
|
||||||
|
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
**/node_modules
|
||||||
|
**/.pnp
|
||||||
|
**/.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
**/coverage
|
||||||
|
|
||||||
|
# next.js
|
||||||
|
**/.next/
|
||||||
|
**/out/
|
||||||
|
|
||||||
|
# production
|
||||||
|
**/build
|
||||||
|
**/dist
|
||||||
|
|
||||||
|
# misc
|
||||||
|
**.DS_Store
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# debug
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
**/.env.local
|
||||||
|
**/.env.development.local
|
||||||
|
**/.env.test.local
|
||||||
|
**/.env.production.local
|
||||||
Reference in New Issue
Block a user