From 3bd2fc903e5afd0c81609cc0d72ce2bb4097a1ec Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 14 May 2019 11:45:54 -0700 Subject: [PATCH] added .flask_cache in root directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f98ffe..4698b32 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ test.py *.sass-cache hyperglass/config/*.toml hyperglass/.flask_cache +.flask_cache # # Github Default from https://github.com/martinohanlon/flightlight/issues/1 # Byte-compiled / optimized / DLL files