Добавлены правила LF для Docker-файлов в .gitattributes

Dockerfile, *.yml, *.yaml теперь принудительно с LF окончаниями
для совместимости с Linux/Docker окружением.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 01:47:35 +03:00
parent 54f362eb23
commit 277a514a82

5
.gitattributes vendored
View File

@@ -1,2 +1,5 @@
# Ensure shell scripts always use LF line endings # Ensure consistent line endings for Docker/Linux compatibility
*.sh text eol=lf *.sh text eol=lf
Dockerfile text eol=lf
*.yml text eol=lf
*.yaml text eol=lf