From 6a615bcc43cb1e87513f6808eb99e97442e5aecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 24 Apr 2025 17:27:04 +0800 Subject: [PATCH] chore(gitattributes): add .spline file type as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b2b45f8..df53397 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,6 +39,7 @@ commit-msg text eol=lf *.woff2 binary *.eot binary *.otf binary +*.spline binary # Add more binary...