Adding gitattributes to ignore vendored folder, Gopkg.lock, and go.sum

This commit is contained in:
Renan DelValle 2019-02-13 22:08:08 -08:00
parent 5056eff933
commit f2d18eb151
No known key found for this signature in database
GPG key ID: 3895800E03F17676

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
vendor/ linguist-generated=true
Gopkg.lock linguist-generated=true
Gopkg.sum linguist-generated=true