Add build and dist to dockerignore

These are the bulk of what gets sent in the build. Makes builds
much faster, particularly remotely.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2015-05-29 13:07:19 +01:00
parent 8574cb67a4
commit c128e881c1
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
.git
build
dist
venv