Skip to content

Commit 60be28f

Browse files
chore(linguist): exclude ReScript from language detection (#24)
## Summary Adds `**/*.res linguist-detectable=false` to `.gitattributes` so ReScript files do not dominate GitHub's primary-language detection. **Rationale**: Estate-wide policy: ReScript is being migrated to AffineScript. Pending mechanical migration; this PR is the immediate cosmetic fix to stop ReScript dominating GitHub's primary-language detection until the source files are ported. ## Changes - `.gitattributes`: `**/*.res linguist-detectable=false` Part of estate-wide metadata cleanup 2026-05-26.
1 parent ffe4141 commit 60be28f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ Containerfile text eol=lf
5252
# Lock files
5353
Cargo.lock text eol=lf -diff
5454
flake.lock text eol=lf -diff
55+
# Pending estate-wide policy: hide ReScript from primary-language detection.
56+
**/*.res linguist-detectable=false

0 commit comments

Comments
 (0)