6cf9cee49d
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
666 B
Plaintext
26 lines
666 B
Plaintext
# Нормализация концов строк и пометка бинарных файлов.
|
|
* text=auto
|
|
|
|
# Исходники и текст — LF в репозитории
|
|
*.cs text eol=lf
|
|
*.csproj text eol=lf
|
|
*.props text eol=lf
|
|
*.targets text eol=lf
|
|
*.md text eol=lf
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|
|
*.py text eol=lf
|
|
*.json text eol=lf
|
|
*.slnx text eol=lf
|
|
*.gitignore text eol=lf
|
|
*.gitattributes text eol=lf
|
|
|
|
# Бинарные артефакты — без преобразований (вендорские interop-сборки КОМПАС и пр.)
|
|
*.dll binary
|
|
*.exe binary
|
|
*.pdb binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.tlb binary
|