This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 统一所有文本文件的换行符为 LF(仓库存储标准)
* text=auto eol=lf
# 二进制文件不做换行转换
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.rar binary
*.exe binary
*.dll binary
*.so binary
*.bin binary