From bc8d1fb127ff67af126095500a85ab92d2a8af82 Mon Sep 17 00:00:00 2001 From: dekun Date: Sun, 26 Jul 2026 22:08:37 +0800 Subject: [PATCH] Force LF for deploy shell scripts via .gitattributes. Co-authored-by: Cursor --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9863a61 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Shell scripts must use LF on Ubuntu deploy hosts +*.sh text eol=lf +deploy/**/*.sh text eol=lf