/
softailor
/
gridient
Обзор
Документация
Войти
/
softailor
/
gridient
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.gitattributes
19 строк
419 B
Jenkins
Auto add
18 фев 2026, 10:19
18 фев 2026, 10:19
1e6c4f8
Код
Авторство
О чём код?
# Auto detect text files and perform LF normalization * text=auto # C# files should always use LF line endings *.cs text eol=lf *.csproj text eol=lf *.sln text eol=lf *.cshtml text eol=lf *.razor text eol=lf # Shell scripts should always use LF line endings *.sh text eol=lf # Batch files should use CRLF *.bat text eol=crlf *.cmd text eol=crlf # PowerShell scripts can use either, but prefer LF *.ps1 text eol=lf