15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
# 自动处理所有文本文件
|
|
* text=auto
|
|
|
|
# 指定特定文件使用 LF
|
|
*.sh text eol=lf
|
|
|
|
# Windows 脚本使用 CRLF
|
|
*.bat text eol=crlf
|
|
|
|
# 图片、视频、压缩包
|
|
*.png binary
|
|
*.jpg binary
|
|
*.zip binary
|
|
*.exe binary
|