diff options
author | 2018-09-17 23:10:13 +0200 | |
---|---|---|
committer | 2018-09-17 23:51:13 +0200 | |
commit | cdf57428a68745d3178e8f00122dd4818f7ae423 (patch) | |
tree | 7d5f31028901daa59c3905a1f8847eabf2ba9c16 /.dockerignore | |
parent | Use proper multiline installation. (diff) |
Properly add build directory.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 20 |
1 files changed, 10 insertions, 10 deletions
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 |