Update .gitattributes to exclude Python files

This commit is contained in:
Kevin Thomas
2025-09-20 14:57:05 -07:00
committed by GitHub
parent 6830df73b4
commit 19fbe62363

1
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
*.c linguist-detectable=true
*.cmake linguist-detectable=false
*.py linguist-detectable=false
*.txt linguist-detectable=false
*.ps1 linguist-detectable=false