Browse Source

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 <[email protected]>
Ben Firshman 10 years ago
parent
commit
c128e881c1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .dockerignore

+ 2 - 0
.dockerignore

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