chore(repo): нормализовать .gitignore к LF (политика EOL)

Добавляем .gitignore в .gitattributes (eol=lf) и нормализуем три файла:
корневой (был mixed) + .claude/skills/ + web-test/. Их правим вручную,
значит Edit-tool иначе флипал бы EOL. LICENSE намеренно не трогаем.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-06-24 14:45:02 +03:00
parent ca83dee8d9
commit cbde49efda
4 changed files with 57 additions and 56 deletions
+1
View File
@@ -10,6 +10,7 @@
*.mjs text eol=lf *.mjs text eol=lf
*.md text eol=lf *.md text eol=lf
*.json text eol=lf *.json text eol=lf
.gitignore text eol=lf
# .bsl уже целиком LF — пин фиксирует статус-кво от будущего дрейфа. # .bsl уже целиком LF — пин фиксирует статус-кво от будущего дрейфа.
*.bsl text eol=lf *.bsl text eol=lf