From 5450ce5a627ca750bd83900cdaaf6e450759d248 Mon Sep 17 00:00:00 2001 From: tsmartt Date: Sat, 2 May 2026 16:11:33 -0700 Subject: [PATCH] gitattributes: exclude Korean font sources from Linguist --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 76bc6ba9af9..27d0822502c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sc linguist-detectable=false -*.SC linguist-detectable=false \ No newline at end of file +*.SC linguist-detectable=false +*.K linguist-detectable=false