From 4307fe3c1d345c52b1bddfb0e2568901fef86bf7 Mon Sep 17 00:00:00 2001 From: wxr Date: Fri, 27 Mar 2026 18:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E8=BF=9B=E5=88=B6=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..24d60e51 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# 图片 +*.jpg binary +*.jpeg binary +*.png binary +*.gif binary +*.bmp binary +*.webp binary + +# 文档/压缩包 +*.pdf binary +*.doc binary +*.docx binary +*.zip binary +*.rar binary +*.7z binary + +# 其他二进制格式 +*.exe binary +*.dll binary +*.so binary +*.jar binary +*.class binary \ No newline at end of file