浏览代码

Merge pull request #2121 from futabooo/patch-1

Add vendor folder to Go.gitignore
Brendan Forster 8 年之前
父节点
当前提交
8512c772d7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Go.gitignore

+ 3 - 0
Go.gitignore

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