th: update gitignore
This commit is contained in:
parent
de2acb9854
commit
6fd1136c63
1 changed files with 3 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -5,9 +5,7 @@
|
|||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
# Ignore local dotenv overrides
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.*.local
|
||||
|
||||
# Ignore bundler config and downloaded libraries.
|
||||
/.bundle
|
||||
|
@ -17,8 +15,8 @@
|
|||
/db/*.sqlite3
|
||||
/db/*.sqlite3-journal
|
||||
|
||||
# Ignore the dev postgres db we created.
|
||||
/data/postgres*/*
|
||||
# Ignore local data directory
|
||||
/data
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
.eslintcache
|
||||
|
|
Loading…
Reference in a new issue