From cdf57428a68745d3178e8f00122dd4818f7ae423 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 17 Sep 2018 23:10:13 +0200 Subject: Properly add build directory. --- .dockerignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index b2eb2073..47f1eabf 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,16 +1,16 @@ -.venv -scripts -htmlcov -__pycache__ -.vagrant -.pytest_cache -.git -.github -.gitlab .cache -Vagrantfile .coverage .coveragerc +.git +.github .gitignore +.gitlab +.pytest_cache .travis.yml +.vagrant +.venv +__pycache__ docker +htmlcov +scripts +Vagrantfile -- cgit v1.2.3