Put the darn .env file back in .gitignore.

This commit is contained in:
kououken 2019-03-09 13:00:11 -08:00
parent 9faf653432
commit fe9ca391e0

2
.gitignore vendored
View file

@ -2,6 +2,7 @@
# Edit at https://www.gitignore.io/?templates=linux,macos,python,django,windows,pycharm,intellij,visualstudio
### Django ###
*.env
*.log
*.pot
*.pyc
@ -100,6 +101,7 @@ celerybeat-schedule
*.sage.py
# Environments
.env
.venv
env/
venv/