From 3be0703b14e65aabd547122c311f3d820b18e416 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 27 Aug 2023 16:47:45 +0200 Subject: [PATCH] Tell GitHub-Linguist to ignore HTML files Refs #3188 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b6e6ec8f..652980b9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ pelican/tests/theme_overrides/* linguist-vendored pelican/themes/notmyidea/templates/*.html linguist-language=Jinja pelican/themes/simple/templates/*.html linguist-language=Jinja samples/* linguist-vendored +*.html linguist-vendored