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