Update .gitignore to properly track cache manager code and ignore runtime cache
This commit is contained in:
parent
1bd98153a8
commit
d364f072fb
8
.gitignore
vendored
8
.gitignore
vendored
@ -2,9 +2,13 @@
|
|||||||
.env
|
.env
|
||||||
#.env.*
|
#.env.*
|
||||||
|
|
||||||
# Cache directories
|
# Ignore all runtime cache data (created at runtime, not code)
|
||||||
cache/
|
cache/
|
||||||
**/cache/
|
|
||||||
|
# But DO track the cache manager Python code in the package
|
||||||
|
!ETF_Portal/ETF_Portal/cache/*.py
|
||||||
|
!ETF_Portal/ETF_Portal/cache/__init__.py
|
||||||
|
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
0
ETF_Portal/ETF_Portal/cache/__init__.py
vendored
Normal file
0
ETF_Portal/ETF_Portal/cache/__init__.py
vendored
Normal file
Loading…
Reference in New Issue
Block a user