# 统一文本文件行尾为 LF（跨平台协作）
* text=auto eol=lf

# 二进制文件不进行行尾转换
*.png binary
*.jpg binary
*.ico binary
*.gif binary
*.svg text
