]> source.dussan.org Git - gitignore.git/commitdiff
ignore vendor directory (#3033)
authorMahmudul Haque <5278142+mmhyamin@users.noreply.github.com>
Sun, 5 May 2019 13:37:09 +0000 (19:37 +0600)
committerBrendan Forster <brendan@github.com>
Sun, 5 May 2019 13:37:09 +0000 (10:37 -0300)
Go.gitignore

index f2dd9554a12fd7acdc62e60e8eccae086f718be2..66fd13c903cac02eb9657cd53fb227823484401d 100644 (file)
@@ -10,3 +10,6 @@
 
 # Output of the go coverage tool, specifically when used with LiteIDE
 *.out
+
+# Dependency directories (remove the comment below to include it)
+# vendor/