Add vendor folder to Go.gitignore

This commit is contained in:
futabooo 2016-09-27 10:33:41 +09:00
parent 0b2d7ae1aa
commit 14740a52c5
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/