gitignore tweaks
static/asset/img/: removed because it isn't generated by anything. docker/3_run/wheelhouse/: made the path absolute (wrt git workdir). config_local.py: made the path absolute (wrt git workdir).
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,7 +4,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
config_local.py
|
/config_local.py
|
||||||
|
|
||||||
/build
|
/build
|
||||||
/.cache
|
/.cache
|
||||||
@@ -12,6 +12,4 @@ config_local.py
|
|||||||
/.eggs/
|
/.eggs/
|
||||||
/dump/
|
/dump/
|
||||||
/google_app*.json
|
/google_app*.json
|
||||||
|
/docker/3_run/wheelhouse/
|
||||||
docker/3_run/wheelhouse/
|
|
||||||
static/assets/img/
|
|
||||||
|
Reference in New Issue
Block a user