Skip to content

Commit f1b78b9

Browse files
Make GitHub recognize the repo sources are largely Markdown (mdn#14123)
* Make GitHub recognize the repo sources are largely Markdown This change causes GitHub to recognize that the repo sources are currently 97.1% Markdown and 2.9% HTML. Otherwise, without this change, the GitHub UI incorrectly shows the repo sources as being 100% HTML. See https://github.com/github/linguist/blob/master/docs/overrides.md#detectable * Exclude README.md etc. from linguist detection
1 parent b909c7c commit f1b78b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
* text=auto eol=lf
2+
*.md linguist-detectable
3+
CODE_OF_CONDUCT.md -linguist-detectable
4+
LICENSE.md -linguist-detectable
5+
README.md -linguist-detectable
6+
REVIEWING.md -linguist-detectable

0 commit comments

Comments
 (0)