forked from mirrors/thatmattlove-hyperglass
trying to remove .flask_cache from version control
This commit is contained in:
parent
2325f4feb0
commit
acf21c89b7
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@ test.py
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
hyperglass/config/*.toml
|
hyperglass/config/*.toml
|
||||||
hyperglass/.flask_cache/
|
hyperglass/.flask_cache
|
||||||
#
|
#
|
||||||
# Github Default from https://github.com/martinohanlon/flightlight/issues/1
|
# Github Default from https://github.com/martinohanlon/flightlight/issues/1
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
|
|
||||||
2
hyperglass/.gitignore
vendored
2
hyperglass/.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.flask_cache/
|
.flask_cache
|
||||||
test.py
|
test.py
|
||||||
__pycache__/
|
__pycache__/
|
||||||
parsing/
|
parsing/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue