From f2b1e5f56184b74a35d1af3e6e8930dbfe7bb838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2016 13:51:44 +0200 Subject: [PATCH] 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). --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f1dae4e..40da0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -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/