From 6c3a3fe982253662b8142e2b13c51b007d702a38 Mon Sep 17 00:00:00 2001 From: Maxim Dolgolyov Date: Fri, 19 Jun 2026 19:54:15 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20.gitattributes=20=E2=80=94=20*.sh=20?= =?UTF-8?q?=D0=B2=D1=81=D0=B5=D0=B3=D0=B4=D0=B0=20LF=20(entrypoint=20?= =?UTF-8?q?=D0=B2=20Linux-=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5?= =?UTF-8?q?=D1=80=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..485fdce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Shell-скрипты исполняются в Linux-контейнерах — всегда LF (иначе «bad interpreter»). +*.sh text eol=lf +docker-entrypoint.sh text eol=lf