1
0
mirror of https://github.com/github/gitignore synced 2024-11-05 19:38:52 +01:00

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

View File

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