Remove flaskenv from git repository

This commit is contained in:
Xevion
2020-03-10 19:29:37 -05:00
parent c62c5bc799
commit 064981ab2b
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ app.db-journal
test.html
app/data/raw/*.html
app/data/preprocess/*.json
flaskenv
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -1,2 +0,0 @@
FLASK_APP=wsgi.py
FLASK_ENV=development