/
dedaMazai
/
reactGoodPattern
Обзор
Документация
Войти
/
dedaMazai
/
reactGoodPattern
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitattributes
19 строк
472 B
Andrei Chipizubov
fix
25 май 2023, 09:47
25 май 2023, 09:47
04f6130
Код
Авторство
О чём код?
# Set the default behavior, in case people don't have core.autocrlf set. * text=auto # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.c text *.h text # Declare files that will always have CRLF line endings on checkout. *.js eol=lf *.jsx eol=lf *.json eol=lf *.ts eol=lf *.tsx eol=lf *.svg eol=lf # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary