diff options
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 |