From 072eccebef6bae3b7ca59b958d974291fbc4f842 Mon Sep 17 00:00:00 2001 From: Xiaoxia AI Date: Sun, 21 Jun 2026 23:07:21 +0800 Subject: [PATCH] fix(deploy): preserve shell script lf endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dc316e45b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh text eol=lf +infra/docker/*.sh text eol=lf +scripts/*.sh text eol=lf