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
|
||||
__pycache__
|
||||
|
||||
config_local.py
|
||||
/config_local.py
|
||||
|
||||
/build
|
||||
/.cache
|
||||
@@ -12,6 +12,4 @@ config_local.py
|
||||
/.eggs/
|
||||
/dump/
|
||||
/google_app*.json
|
||||
|
||||
docker/3_run/wheelhouse/
|
||||
static/assets/img/
|
||||
/docker/3_run/wheelhouse/
|
||||
|
Reference in New Issue
Block a user