Add go mod and sum to gitattributes for consistent line endings
This commit is contained in:
parent
2c7680050b
commit
88d96d133b
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# Go writes go.mod and go.sum with lf even on windows
|
||||||
|
go.mod text eol=lf
|
||||||
|
go.sum text eol=lf
|
||||||
|
|
||||||
# Ignore generated files in GitHub language statistics and diffs
|
# Ignore generated files in GitHub language statistics and diffs
|
||||||
/MANUAL.* linguist-generated=true
|
/MANUAL.* linguist-generated=true
|
||||||
/rclone.1 linguist-generated=true
|
/rclone.1 linguist-generated=true
|
||||||
|
|
Loading…
Reference in a new issue