aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-17 23:10:13 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-17 23:51:13 +0200
commitcdf57428a68745d3178e8f00122dd4818f7ae423 (patch)
tree7d5f31028901daa59c3905a1f8847eabf2ba9c16 /.dockerignore
parentUse proper multiline installation. (diff)
Properly add build directory.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore20
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