Commit 4d17dbb
fix: Exclude ALL TypeScript files from GitHub Linguist
GitHub was incorrectly reporting TypeScript 61.5% due to historical .ts files
in git history (from Platinum tier commit 349e89a that added benchmarks/tests).
Those TypeScript files no longer exist in current working tree - they were
replaced with ReScript equivalents. But GitHub Linguist still counted them.
Fix: Add explicit exclusion rules to .gitattributes:
*.ts linguist-vendored=true
*.tsx linguist-vendored=true
This tells GitHub to IGNORE all TypeScript files (current and historical).
Expected language distribution after re-analysis:
- ReScript: ~61% (primary language)
- TLA+: ~13% (formal verification)
- Rust: (WASM modules)
- Just: ~5% (build system)
- JavaScript: <1% (minimal glue code)
- TypeScript: 0% ⛔
RSR Rhodium R13 compliance: ZERO TypeScript in codebase.1 parent 271322c commit 4d17dbb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments