diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..797f4db4 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,14 @@ +.venv +scripts +htmlcov +__pycache__ +.vagrant +.pytest_cache +.git +.github +.cache +Vagrantfile +.coverage +.coveragerc +.gitignore +.travis.yml |