From f4c66010e31a96ac57531f7d7793a4279b9b18b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 9 Jan 2026 16:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitattributes=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=AE=9A=E4=B9=89=E5=9B=BE=E5=83=8F=E3=80=81?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=92=8C=E5=8E=8B=E7=BC=A9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=A4=84=E7=90=86=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13a335b --- /dev/null +++ b/.gitattributes @@ -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