Skip to content

Commit 0a4bf3b

Browse files
chore: Display better code statistics (#380)
1 parent d8de3f4 commit 0a4bf3b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GitHub "Languages" statistics only consider file extensions, not contents
2+
# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
3+
# Reclassify files as Shell for proper statistics (instead of "Roff")
4+
libexec/* linguist-language=Shell
5+
plugins/go-build/bin/* linguist-language=Shell
6+
plugins/go-build/share/go-build/* linguist-language=Shell
7+
plugins/go-build/test/fixtures/definitions/* linguist-language=Shell
8+
plugins/go-build/test/stubs/* linguist-language=Shell
9+
src/shobj-conf/* linguist-language=Shell
10+
test/libexec/* linguist-language=Shell
11+

0 commit comments

Comments
 (0)