From 82734a750c0d97466d7bcdcd8f05091ca925e06a Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 7 Jan 2025 21:11:45 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0632736a..1360a615 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Ignore Markdown files for language statistics *.md linguist-documentation=true +*.html linguist-documentation=true # Force Python files to be detected *.py linguist-language=Python