From 6354d34204648dd5875ed51d8d84a97e34cabb9a Mon Sep 17 00:00:00 2001 From: James Pine Date: Fri, 14 Nov 2025 21:34:40 -0800 Subject: [PATCH] remove apps and extensions from language meme --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 09a5f8016..ec65fc64b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,7 @@ pnpm-lock.yaml -diff linguist-generated # TEST: Ignore .tex files from language statistics **/*.tex linguist-detectable=false + +# Ignore TypeScript/JavaScript apps and extensions from language statistics +apps/** linguist-detectable=false +extensions/** linguist-detectable=false