diff options
author | 2018-04-28 22:44:19 +0200 | |
---|---|---|
committer | 2018-04-28 22:44:19 +0200 | |
commit | 253f04246696fb40377606d5b1064ad1d2a3612d (patch) | |
tree | c0d00b9fe4e320d5bd7f0950edc9a3fbf17dd8eb | |
parent | deletes requirements files in favour of pipenv (#63) (diff) |
update dockerignore
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 1d17dae13..c0621e94b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,9 @@ .venv +scripts +htmlcov +__pycache__ +.vagrant +.pytest_cache +.github +.cache +Vagrantfile |