mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
trying to remove .flask_cache from version control
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
2
hyperglass/.gitignore
vendored
2
hyperglass/.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
.DS_Store
|
||||
.sass-cache/
|
||||
.flask_cache/
|
||||
.flask_cache
|
||||
test.py
|
||||
__pycache__/
|
||||
parsing/
|
||||
|
Reference in New Issue
Block a user