Merge pull request #2735 from coreos-inc/dockerignore
Add conf/stack and static/build to .dockerignore
This commit is contained in:
commit
5f5b1ae6ad
1 changed files with 2 additions and 0 deletions
|
@ -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/**
|
Reference in a new issue