Переглянути джерело

Add vendor folder to Go.gitignore

futabooo 8 роки тому
батько
коміт
14740a52c5
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/