# 强制使用 LF 换行符 * text=auto eol=lf # 明确指定文本文件 *.ts text eol=lf *.tsx text eol=lf *.js text eol=lf *.jsx text eol=lf *.vue text eol=lf *.json text eol=lf *.md text eol=lf *.yml text eol=lf *.yaml text eol=lf *.css text eol=lf *.scss text eol=lf *.html text eol=lf *.xml text eol=lf *.txt text eol=lf *.sh text eol=lf # 二进制文件 *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.woff binary *.woff2 binary *.ttf binary *.eot binary *.otf binary