From acf21c89b77383c37f1da3903beb71468f71d12d Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 12 May 2019 11:07:06 -0700 Subject: [PATCH] trying to remove .flask_cache from version control --- .gitignore | 2 +- hyperglass/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea40d7a..7f98ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ test.py .DS_Store *.sass-cache hyperglass/config/*.toml -hyperglass/.flask_cache/ +hyperglass/.flask_cache # # Github Default from https://github.com/martinohanlon/flightlight/issues/1 # Byte-compiled / optimized / DLL files diff --git a/hyperglass/.gitignore b/hyperglass/.gitignore index 408de54..7932e81 100644 --- a/hyperglass/.gitignore +++ b/hyperglass/.gitignore @@ -1,6 +1,6 @@ .DS_Store .sass-cache/ -.flask_cache/ +.flask_cache test.py __pycache__/ parsing/