Ver Fonte

dockerignore: ignore all git metadata and all tests

Péter Szilágyi há 8 anos atrás
pai
commit
bd381be9c8
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      .dockerignore

+ 4 - 1
.dockerignore

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