From 455a69dd48ce041f6ac2aa7aeeb9560957311e2f Mon Sep 17 00:00:00 2001 From: 2Cubed <2Cubed@users.noreply.github.com> Date: Sun, 24 Apr 2016 17:02:02 -0400 Subject: [PATCH] Add .webassets-cache to Flask --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e0982a1a..72364f99 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -53,8 +53,9 @@ coverage.xml *.log local_settings.py -# Flask instance folder +# Flask stuff: instance/ +.webassets-cache # Scrapy stuff: .scrapy