chore: .gitattributes — *.sh всегда LF (entrypoint в Linux-контейнере)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maxim Dolgolyov
2026-06-19 19:54:15 +03:00
parent f7c5f222a3
commit 6c3a3fe982
+3
View File
@@ -0,0 +1,3 @@
# Shell-скрипты исполняются в Linux-контейнерах — всегда LF (иначе «bad interpreter»).
*.sh text eol=lf
docker-entrypoint.sh text eol=lf