Add .env.ENV.local to .gitignore

fix/password-length
Rin 2022-11-23 19:10:31 +11:00
parent 8a701c5ac3
commit ca98b0da84
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -4,6 +4,11 @@
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore local dotenv overrides
.env.development.local
.env.test.local
.env.production.local
# Ignore bundler config and downloaded libraries.
/.bundle
/vendor/bundle
@ -13,7 +18,7 @@
/db/*.sqlite3-journal
# Ignore the dev postgres db we created.
/data/postgres15/*
/data/postgres*/*
# Ignore all logfiles and tempfiles.
.eslintcache