Preparing .gitignore to track .env file.
This commit is contained in:
parent
901102a304
commit
6b7189d6cf
1 changed files with 0 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue