From 14740a52c50fabdab1758808e995dcd9766bd76f Mon Sep 17 00:00:00 2001 From: futabooo Date: Tue, 27 Sep 2016 10:33:41 +0900 Subject: [PATCH] Add vendor folder to Go.gitignore --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index cd0d5d1e..397a0ed4 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -25,3 +25,6 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# external packages folder +vendor/