Skip to content

Commit f45c98a

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore: add linguist overrides to prevent Makefile language detection
Replace Makefile entry with Justfile/justfile/Mustfile linguist-language overrides in .gitattributes so GitHub correctly identifies the build system language instead of showing "Makefile". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18579bd commit f45c98a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
# Config
3434
.gitignore text eol=lf
3535
.gitattributes text eol=lf
36-
justfile text eol=lf
37-
Makefile text eol=lf
36+
Justfile text eol=lf linguist-language=Just
37+
justfile text eol=lf linguist-language=Just
38+
Mustfile text eol=lf linguist-language=YAML
3839
Containerfile text eol=lf
3940

4041
# Scripts

0 commit comments

Comments
 (0)