Add go mod and sum to gitattributes for consistent line endings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user