From d9c4cbdfe1b2b3cb9726bd27a32403c89819a818 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 7 Mar 2020 09:21:55 -0600 Subject: [PATCH] .gitignore only the root instance/ flask dir we will eventually have tests, and we won't want to ignore our test data inside instance/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d808516..77e9a43 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,7 @@ local_settings.py db.sqlite3 # Flask stuff: -instance/ +/instance/ .webassets-cache # Scrapy stuff: