We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a843904 commit 7500b9dCopy full SHA for 7500b9d
.gitattributes
@@ -14,8 +14,9 @@
14
# SVGs should be handled as text, though.
15
*.svg text
16
17
-# Do some GitHub stats trickery.
18
-_vendor/* linguist-vendored=true
+# The majority of our files are Markdown, therefore they should be visible in
+# language statistics on GitHub.
19
+*.md linguist-detectable
20
21
# Scripts
22
*.bash text eol=lf
0 commit comments