add go mod and go sum to gitattributes to fix line endings on windows (#8734)

pull/8741/head
Megan Marsh 6 years ago committed by GitHub
parent ff1af40c66
commit 483c8ec7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored

@ -5,4 +5,6 @@
*.md text eol=lf
*.ps1 text eol=lf
*.hcl text eol=lf
go.mod text eol=lf
go.sum text eol=lf
common/test-fixtures/root/* eol=lf

Loading…
Cancel
Save