From a55a958e28c0c07bbffcf94e342bba4beaaa9805 Mon Sep 17 00:00:00 2001 From: gaozheng Date: Sun, 7 Jun 2026 17:41:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.gitattributes=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E8=A1=8C=E5=B0=BE(=E6=96=87=E6=9C=AC=20LF,?= =?UTF-8?q?=20=E4=BA=8C=E8=BF=9B=E5=88=B6=E4=B8=8D=E8=BD=AC=E6=8D=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..458cdec --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# 跨平台行尾规范:文本统一 LF,二进制不转换 +* text=auto eol=lf + +*.png binary +*.tif binary +*.tiff binary +*.data binary +*.tar binary +*.xlsx binary +*.docx binary