From 382773088020debc42392eaf16dfb346f11b805c Mon Sep 17 00:00:00 2001 From: Spiegel Date: Wed, 8 Nov 2017 15:19:43 +0900 Subject: [PATCH] include dist/ folder in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fd280c1..2d89766 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Folders vendor/ +dist/ # Test binary, build with `go test -c` *.test