From 801bd188ae51bbf35a810d1d75671cc2da0898c9 Mon Sep 17 00:00:00 2001 From: Darks Date: Wed, 5 Aug 2020 22:16:58 +0200 Subject: [PATCH] feat: add .env and .flaskenv to gitignore Because there is no reason to track them --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93d2f8b..b7d5fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -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/