Преглед на файлове

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/