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

This commit is contained in:
Megan Marsh 2020-02-14 02:20:36 -08:00 committed by GitHub
parent ff1af40c66
commit 483c8ec7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -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