chore: 添加 .gitattributes 规范行尾(文本 LF, 二进制不转换)

This commit is contained in:
gaozheng 2026-06-07 17:41:36 +08:00
parent 87eba2c5a3
commit a55a958e28
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# 跨平台行尾规范:文本统一 LF二进制不转换
* text=auto eol=lf
*.png binary
*.tif binary
*.tiff binary
*.data binary
*.tar binary
*.xlsx binary
*.docx binary