remove apps and extensions from language meme

This commit is contained in:
James Pine 2025-11-14 21:34:40 -08:00
parent f7d7468bce
commit 6354d34204

4
.gitattributes vendored
View File

@ -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