mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-11 18:07:31 +00:00
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
# 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
|