Fix deploy.sh CRLF line endings for Linux execution.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-12 13:37:24 +08:00
parent b38b821c35
commit 136fc51f62
3 changed files with 960 additions and 945 deletions
+13
View File
@@ -0,0 +1,13 @@
# 强制 Shell 脚本使用 LF,避免 Linux 上 $'\r': command not found
*.sh text eol=lf
deploy.sh text eol=lf
# 其他应在 Linux 服务器运行的文本文件
*.py text eol=lf
*.js text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf