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:
parent
6a7722cadb
commit
aba2805016
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
./ci/
|
||||
conf/stack
|
||||
conf/stack/**
|
||||
screenshots
|
||||
tools
|
||||
test/data/registry
|
||||
|
@ -24,3 +25,4 @@ coverage
|
|||
test/__pycache__
|
||||
__pycache__
|
||||
**/__pycache__
|
||||
static/build/**
|
Reference in a new issue