Update .gitattributes to exclude JSON files

This commit is contained in:
Kevin Thomas
2025-09-20 14:58:12 -07:00
committed by GitHub
parent 19fbe62363
commit d8f87e02ae

1
.gitattributes vendored
View File

@@ -2,4 +2,5 @@
*.cmake linguist-detectable=false
*.py linguist-detectable=false
*.txt linguist-detectable=false
*.json linguist-detectable=false
*.ps1 linguist-detectable=false