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:
2016-08-30 13:51:44 +02:00
parent cd07e5c708
commit f2b1e5f561

6
.gitignore vendored
View File

@@ -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/