From b504808745a85ad2448461b46af83612729fb142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Mon, 4 Aug 2025 00:20:29 +0800 Subject: [PATCH] Update the.gitAttributes file, add processing rules for text and binary files, and ensure the correct identification of file types. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6ae3cca..c461ea6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,11 @@ *.js linguist-language=python + +* text=auto + +*.bat text eol=crlf +*.cmd text eol=crlf + +*.png binary +*.jpg binary +*.exe binary +*.dll binary \ No newline at end of file