浏览代码

Merge pull request #14792 from karalabe/slim-docker-image

dockerignore: ignore all git metadata and all tests
Péter Szilágyi 8 年之前
父节点
当前提交
3b25012481
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .dockerignore

+ 4 - 1
.dockerignore

@@ -1,3 +1,6 @@
-.git
+**/.git
+**/*_test.go
+
 build/_workspace
 build/_bin
+tests/testdata