.gitignore only the root instance/ flask dir

we will eventually have tests, and we won't want to ignore our test data
inside instance/
This commit is contained in:
Brian S. Stephan 2020-03-07 09:21:55 -06:00
parent 11073b4811
commit d9c4cbdfe1
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -59,7 +59,7 @@ local_settings.py
db.sqlite3
# Flask stuff:
instance/
/instance/
.webassets-cache
# Scrapy stuff: