From cfdd9f1cbe6ee15415bd19963c06a53318be0bee Mon Sep 17 00:00:00 2001 From: Goooler Date: Fri, 17 Jul 2026 12:20:17 +0800 Subject: [PATCH] Disable linguist-detectable for website dir --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 411c077775..990a8220f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ *.bat text eol=crlf *.jar binary + +# Exclude old docs from being counted as code. +website/** linguist-detectable=false