Merge pull request #2121 from futabooo/patch-1

Add vendor folder to Go.gitignore
This commit is contained in:
Brendan Forster 2016-09-27 13:48:01 +10:00 committed by GitHub
commit 8512c772d7
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@ _testmain.go
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# external packages folder
vendor/