/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitattributes
11 строк
315 B
albertony
Add go mod and sum to gitattributes for consistent line endings
13 апр 2024, 12:16
13 апр 2024, 12:16
88d96d1
Код
Авторство
О чём код?
# 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 # Don't fiddle with the line endings of test data **/testdata/** -text **/test/** -text