From 9321f854ef91ef66b1f14b0f3a77ac5a7c5998a2 Mon Sep 17 00:00:00 2001 From: BaiFu <670939375@qq.com> Date: Thu, 27 Nov 2025 20:56:05 +0800 Subject: [PATCH] Update .gitattributes for file handling --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3e637ec..1efbb8b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.ipynb binary -* text=auto \ No newline at end of file +* text=auto + +*.html linguist-vendored +*.js linguist-vendored