feat: add .env and .flaskenv to gitignore

Because there is no reason to track them
This commit is contained in:
Darks 2020-08-05 22:16:58 +02:00
parent 3a35c26bd7
commit 801bd188ae
Signed by untrusted user: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -4,8 +4,12 @@ app/__pycache__/
app/static/avatars/
app/static/images/trophies/
## Devlopement files
# Development files
# Flask env
.env
.flaskenv
# virtualenv
requirements.txt
venv/
@ -14,6 +18,7 @@ venv/
Pipfile
Pipfile.lock
## Deployment files
# uWSGI configuration file
@ -25,10 +30,12 @@ update.sh
# Config to set up some server specific config
local_config.py
## Wiki
wiki/
## Personal folder
exclude/