Add conf/stack and static/build to .dockerignore

If they get included into the container by accident, everything starts exploding
This commit is contained in:
Joseph Schorr 2017-06-27 21:40:20 +03:00
parent 6a7722cadb
commit aba2805016

View file

@ -1,5 +1,6 @@
./ci/ ./ci/
conf/stack conf/stack
conf/stack/**
screenshots screenshots
tools tools
test/data/registry test/data/registry
@ -24,3 +25,4 @@ coverage
test/__pycache__ test/__pycache__
__pycache__ __pycache__
**/__pycache__ **/__pycache__
static/build/**