From 2d738daa7771d708b0ba242753923acbbebfa0d3 Mon Sep 17 00:00:00 2001 From: Gilbert Young <109980169+bud-primordium@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:17:24 +0800 Subject: [PATCH] Exclude .tex files from linguist detection --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0a11cce..eecde1b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.html linguist-detectable=false *.css linguist-detectable=false *.js linguist-detectable=false +*.tex linguist-detectable=false