diff options
author | 2018-04-29 20:03:50 +0200 | |
---|---|---|
committer | 2018-04-29 20:03:50 +0200 | |
commit | f57942f2575dc26c9487688ded773a0abdab5c61 (patch) | |
tree | d39039c85b361c199c7dd77e4d02fb1a14082054 /.dockerignore | |
parent | [Wiki] Dumb CSS typo (diff) |
pipenv and dockerfile (#62)
pipenv and dockerfile
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 |