From 277a514a8209d5d8fea9285eaca3441c9f514a71 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Mon, 29 Dec 2025 01:47:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20LF?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20Docker-=D1=84=D0=B0=D0=B9=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=B2=20.gitattributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile, *.yml, *.yaml теперь принудительно с LF окончаниями для совместимости с Linux/Docker окружением. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7c75d96..54bb3a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -# Ensure shell scripts always use LF line endings +# Ensure consistent line endings for Docker/Linux compatibility *.sh text eol=lf +Dockerfile text eol=lf +*.yml text eol=lf +*.yaml text eol=lf