Files
octopus/.gitattributes
Andrey Smakotin 277a514a82 Добавлены правила 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>
2025-12-29 01:47:35 +03:00

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