/
githubmirror
/
pi-hole
Обзор
Документация
Войти
/
githubmirror
/
pi-hole
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitattributes
38 строк
688 B
Adam Warner
linux style line endings enforced
21 фев 2017, 00:12
21 фев 2017, 00:12
763b51f
Код
Авторство
О чём код?
# FROM https://github.com/libgit2/libgit2sharp # Text files that should be normalized to LF in odb. *.cs text diff=csharp *.config text *.sln text *.csproj text *.md text *.sh text *.ps1 text *.cmd text *.bat text *.markdown text *.msbuild text Lib/* binary GitHub.Tests.Integration/Resources/* binary # Binary files that should not be normalized or diffed *.png binary *.jpg binary *.gif binary *.pfx binary *.snk binary *.dll binary *.exe binary *.lib binary *.exp binary *.pdb binary *.sdf binary *.7z binary # Catch all for anything we forgot. Add rules if you get CRLF -> LF warnings. * text eol=lf