Files
crypto-pre-trade-system/.gitattributes
T
2026-05-28 21:47:42 +08:00

14 lines
259 B
Plaintext

# Shell 脚本强制 LF,避免 Linux 部署报错
*.sh text eol=lf
# 配置文件
*.cjs text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.sql text eol=lf
*.py text eol=lf
*.vue text eol=lf
*.css text eol=lf
*.html text eol=lf