Gitignore golang vendor folder

This commit is contained in:
Filipe Santos
2019-11-06 11:05:14 +13:00
parent 0a03b1a8b5
commit 5c4216065c

3
.gitignore vendored
View File

@@ -27,3 +27,6 @@ _testmain.go
*.exe
*.test
*.prof
# Golang vendor folder
/vendor/