From bbd2e201e5d299f767093b4e25d4239ddf053b5a Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 8 Feb 2024 14:45:52 -0500 Subject: [PATCH] Update gitattributes to fix code percentages --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ae3b4c51..353ed03e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ # for example, after the build script is run) .* text eol=lf *.html text eol=lf +*.html linguist-detectable=false *.css text eol=lf *.less text eol=lf *.styl text eol=lf