2024-04-10 10:02:15 +02:00
|
|
|
# Go writes go.mod and go.sum with lf even on windows
|
|
|
|
go.mod text eol=lf
|
|
|
|
go.sum text eol=lf
|
|
|
|
|
2019-08-04 15:20:15 +01:00
|
|
|
# Ignore generated files in GitHub language statistics and diffs
|
|
|
|
/MANUAL.* linguist-generated=true
|
|
|
|
/rclone.1 linguist-generated=true
|
2019-08-05 22:14:58 +01:00
|
|
|
|
|
|
|
# Don't fiddle with the line endings of test data
|
|
|
|
**/testdata/** -text
|
|
|
|
**/test/** -text
|