add .gitattributes: force *.sh to LF

entrypoint.sh has a /bin/sh shebang; CRLF would break exec in the Linux
container. Keep shell scripts LF-only regardless of Windows autocrlf.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-30 00:27:47 +05:00
parent 21b26d73bd
commit 32f1c82e2b
+2
View File
@@ -0,0 +1,2 @@
# shell-скрипты всегда с LF — CRLF ломает shebang/exec в Linux-контейнере
*.sh text eol=lf