From 8e62a4535c1fa6eee91eb766764949d410a40924 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Tue, 21 Jul 2026 21:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=91=20Added=20repository=20line-ending?= =?UTF-8?q?=20rules=20to=20enforce=20LF=20for=20text=20files=20and=20prese?= =?UTF-8?q?rve=20binary=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3fbe19d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto eol=lf + +*.aps binary +*.exe binary +*.ico binary +*.png binary +*.7z binary +*.rar binary +*.zip binary