From 7fdef6ecf5a1bb3bf2d52f41254defe3aa896279 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Mon, 21 Oct 2024 16:44:56 +0800 Subject: [PATCH] fix: distinguish text file and non-text file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a924ef8..38c892b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ **/*.png filter=lfs diff=lfs merge=lfs -text +nonascii.txt filter=lfs diff=lfs merge=lfs text