From fe742a2abe99f1984d670af17e2465fc5a25deb6 Mon Sep 17 00:00:00 2001 From: feng0207 <1647919872@qq.com> Date: Sat, 20 Jun 2026 20:17:31 +0800 Subject: [PATCH] Add .gitattributes to normalize line endings (LF) --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e2661e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto eol=lf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary