dockerignore: ignore all git metadata and all tests

release/1.6
Péter Szilágyi 7 years ago
parent 225de7ca0a
commit bd381be9c8
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 5
      .dockerignore

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

Loading…
Cancel
Save