forked from OpenNeo/impress
Add .env.* to gitignore
Just a little affordance to help me connect to the production database to try to reproduce the memory issues locally!
This commit is contained in:
parent
91eb2f7752
commit
2d1443da4f
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@ db/*.sqlite3
|
|||
log/*.log
|
||||
tmp/**/*
|
||||
.env
|
||||
.env.*
|
||||
|
||||
/app/assets/builds/*
|
||||
!/app/assets/builds/.keep
|
||||
|
|
Loading…
Reference in a new issue