Adding gitattributes to ignore vendored folder, Gopkg.lock, and go.sum
This commit is contained in:
parent
5056eff933
commit
f2d18eb151
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
vendor/ linguist-generated=true
|
||||
Gopkg.lock linguist-generated=true
|
||||
Gopkg.sum linguist-generated=true
|
Loading…
Add table
Add a link
Reference in a new issue