From bd381be9c8c865667bf0ea3f1ecd9e6f96b2223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 11 Jul 2017 17:02:22 +0300 Subject: [PATCH] dockerignore: ignore all git metadata and all tests --- .dockerignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index d1d79d53e..07eab0766 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,6 @@ -.git +**/.git +**/*_test.go + build/_workspace build/_bin +tests/testdata