Skip to content

chore: add linguist overrides to fix language stats#8

Merged
urmzd merged 1 commit intomainfrom
chore/add-linguist-overrides
Apr 5, 2026
Merged

chore: add linguist overrides to fix language stats#8
urmzd merged 1 commit intomainfrom
chore/add-linguist-overrides

Conversation

@urmzd
Copy link
Copy Markdown
Owner

@urmzd urmzd commented Apr 5, 2026

Summary

  • Add linguist directives to .gitattributes so GitHub language statistics reflect actual programming languages
  • Mark HTML/CSS/TeX/ipynb as linguist-documentation
  • Mark Shell/Makefile/Dockerfile/Justfile/Nix as linguist-vendored
  • Mark SVG and build output dirs (dist, build, target) as linguist-generated

Why

Non-code files (HTML artifacts, CSS, shell scripts, build configs) were inflating language stats and obscuring the real tech stack on GitHub profile and repo pages.

Test plan

  • No code changes — only .gitattributes metadata
  • Verify language bar updates after merge (GitHub recalculates on next push)

Mark HTML/CSS/TeX/ipynb as documentation, Shell/Makefile/Dockerfile/Justfile
as vendored, and SVG/dist/build/target as generated so GitHub language
statistics reflect actual programming languages.
@urmzd urmzd merged commit d144df4 into main Apr 5, 2026
1 check passed
@urmzd urmzd deleted the chore/add-linguist-overrides branch April 5, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant