添加 .gitattributes 文件,定义图像、文档和压缩文件的处理方式

This commit is contained in:
严浩
2026-01-09 16:13:46 +08:00
parent 7d4f93e0d4
commit f4c66010e3

16
.gitattributes vendored Normal file
View File

@@ -0,0 +1,16 @@
# Images
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.svg text
# Documents
*.pdf binary
# Archives
*.zip binary
*.tar binary
*.gz binary