We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8de3f4 commit 0a4bf3bCopy full SHA for 0a4bf3b
1 file changed
.gitattributes
@@ -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