Skip to content

Commit 0b020ad

Browse files
chore(linguist): exclude ReScript from language detection (#56)
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. Part of estate-wide metadata cleanup 2026-05-26.
1 parent a9fb5c2 commit 0b020ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,6 @@ Containerfile text eol=lf
114114

115115
# Lock files
116116
Cargo.lock text eol=lf -diff
117-
flake.lock text eol=lf -diff
117+
flake.lock text eol=lf -diff
118+
# Pending estate-wide policy: hide ReScript from primary-language detection.
119+
**/*.res linguist-detectable=false

0 commit comments

Comments
 (0)