1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02: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 # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# external packages folder
vendor/