From 4d1975e0a76701c459ed694b023bf4a572995491 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 7 Jan 2025 21:18:45 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1360a615..12cff929 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # Ignore Markdown files for language statistics -*.md linguist-documentation=true -*.html linguist-documentation=true +*.html linguist-detectable=false +docs/md_v2/* linguist-documentation # Force Python files to be detected *.py linguist-language=Python