Add .gitattributes to fix GitHub language detection showing HTML instead of Python

This commit is contained in:
Safi
2026-05-16 14:15:52 +01:00
parent f86b0309e7
commit 8105266800
+6
View File
@@ -0,0 +1,6 @@
# Tell GitHub Linguist to ignore generated/example HTML files when calculating
# the repo's primary language. Without this, large graph.html artifacts in
# worked/ dominate the byte count and the repo shows as HTML instead of Python.
worked/**/*.html linguist-vendored=true
graphify-out/**/*.html linguist-vendored=true
*.html linguist-detectable=false