Добавлены правила 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:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user