add go mod and go sum to gitattributes to fix line endings on windows (#8734)
This commit is contained in:
parent
ff1af40c66
commit
483c8ec7d0
|
@ -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…
Reference in New Issue