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>
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
# Ensure consistent line endings for Docker/Linux compatibility
|
|
*.sh text eol=lf
|
|
Dockerfile text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|