浏览代码

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 年之前
父节点
当前提交
c128e881c1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .dockerignore

+ 2 - 0
.dockerignore

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