chore: 新增 .gitattributes 统一换行符为 LF
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# 自动检测文本文件并统一换行符
|
||||
* text=auto eol=lf
|
||||
|
||||
# 源码强制使用 LF(跨平台一致)
|
||||
*.ts text eol=lf
|
||||
*.tsx text eol=lf
|
||||
*.js text eol=lf
|
||||
*.jsx text eol=lf
|
||||
*.mjs text eol=lf
|
||||
*.cjs text eol=lf
|
||||
*.json text eol=lf
|
||||
*.css text eol=lf
|
||||
*.html text eol=lf
|
||||
*.md text eol=lf
|
||||
*.svg text eol=lf
|
||||
|
||||
# 配置类(统一 LF)
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.toml text eol=lf
|
||||
*.conf text eol=lf
|
||||
|
||||
# Windows 专用脚本保持 CRLF
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
|
||||
# 二进制文件,不做换行符转换
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.webp binary
|
||||
*.ico binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.otf binary
|
||||
*.mp4 binary
|
||||
*.mp3 binary
|
||||
*.pdf binary
|
||||
*.zip binary
|
||||
*.gz binary
|
||||
Reference in New Issue
Block a user