From d8f87e02aee54bec088c50a2fbce00164666b37b Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 20 Sep 2025 14:58:12 -0700 Subject: [PATCH] Update .gitattributes to exclude JSON files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index de5135c..30fc821 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ *.cmake linguist-detectable=false *.py linguist-detectable=false *.txt linguist-detectable=false +*.json linguist-detectable=false *.ps1 linguist-detectable=false