1
0
Fork 0
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:
Emi Matchu 2023-10-27 17:44:12 -07:00
parent 91eb2f7752
commit 2d1443da4f

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ db/*.sqlite3
log/*.log
tmp/**/*
.env
.env.*
/app/assets/builds/*
!/app/assets/builds/.keep