From e39cd4060c5dcf5ae7e719630a8de88e9f33ef4e Mon Sep 17 00:00:00 2001 From: Alisher Date: Wed, 29 Jul 2026 12:46:14 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20stale=20`text=3Dauto`=20comment?= =?UTF-8?q?=20=E2=80=94=20rules=20are=20explicit=20`text`=20on=20.nix/.sh?= =?UTF-8?q?=20(per=20@jzaki=20review)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5eae7cb..88b9b59 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Enforce LF line endings on checkout so Windows/WSL clones don't introduce CRLF # into build inputs. A CRLF `nix/*.nix` breaks the configurePhase shell scripts -# (logos-co/logos-basecamp#288). `text=auto` leaves binary files untouched. +# (logos-co/logos-basecamp#288). Scoped to `.nix`/`.sh` (known text) so binaries stay untouched. *.nix text eol=lf *.sh text eol=lf