update gitignore

fix/password-length
kouhai dev 2022-11-24 18:58:23 -06:00
parent 17ba99b157
commit ea44d46ca9
1 changed files with 3 additions and 5 deletions

8
.gitignore vendored
View File

@ -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