]> source.dussan.org Git - gitignore.git/commitdiff
Add vendor folder to Go.gitignore 2121/head
authorfutabooo <mail@futabooo.com>
Tue, 27 Sep 2016 01:33:41 +0000 (10:33 +0900)
committerfutabooo <mail@futabooo.com>
Tue, 27 Sep 2016 01:42:20 +0000 (10:42 +0900)
Go.gitignore

index cd0d5d1e2f4c7647a1bcca8b8927242c3831e6fb..397a0ed4acb63ede454a58674a75984d0ba18308 100644 (file)
@@ -25,3 +25,6 @@ _testmain.go
 
 # Output of the go coverage tool, specifically when used with LiteIDE
 *.out
+
+# external packages folder
+vendor/