Merge pull request #2735 from coreos-inc/dockerignore

Add conf/stack and static/build to .dockerignore
This commit is contained in:
josephschorr 2017-06-29 23:20:42 +03:00 committed by GitHub
commit 5f5b1ae6ad

View file

@ -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/**