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