Preparing .gitignore to track .env file.

This commit is contained in:
kououken 2019-03-08 17:00:16 -08:00
parent 901102a304
commit 6b7189d6cf

2
.gitignore vendored
View file

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