Add go mod and sum to gitattributes for consistent line endings

This commit is contained in:
albertony 2024-04-10 10:02:15 +02:00
parent 2c7680050b
commit 88d96d133b
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -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
/MANUAL.* linguist-generated=true
/rclone.1 linguist-generated=true