Update gitignore
This commit is contained in:
parent
798da1d6e0
commit
9f1634061a
1 changed files with 20 additions and 8 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,10 +1,22 @@
|
|||
node_modules
|
||||
dist
|
||||
.env
|
||||
yarn-error.log
|
||||
docker-compose.yml
|
||||
/db
|
||||
.vercel
|
||||
# IDE / editor specific ignores
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# For stuff like docker mounts
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# JavaScript
|
||||
node_modules
|
||||
yarn-error.log
|
||||
|
||||
# Docker
|
||||
docker-compose.yml
|
||||
|
||||
# Misc
|
||||
dist
|
||||
/db
|
||||
/private
|
||||
|
|
Loading…
Reference in a new issue