1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 03:08:12 +02:00

Add vendor folder to Go.gitignore

This commit is contained in:
futabooo 2016-09-27 10:33:41 +09:00
parent 0b2d7ae1aa
commit 14740a52c5

View File

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