/
githubmirror
/
bzip2
Обзор
Документация
Войти
/
githubmirror
/
bzip2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitattributes
16 строк
374 B
Micah Snyder
Windows: Prevent git from changing line endings on test files
10 июл 2021, 22:33
10 июл 2021, 22:33
857df93
Код
Авторство
О чём код?
# Handle line endings automatically for files detected as text # and leave all files detected as binary untouched. * text=auto # # The above will handle all files NOT found below # # Files that should be left untouched (binary is macro for -text -diff) *.ref binary # # Exclude files from exporting # .gitattributes export-ignore .gitignore export-ignore