Force LF for deploy shell scripts via .gitattributes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-26 22:08:37 +08:00
parent bffbdafbfc
commit bc8d1fb127
+3
View File
@@ -0,0 +1,3 @@
# Shell scripts must use LF on Ubuntu deploy hosts
*.sh text eol=lf
deploy/**/*.sh text eol=lf