Explorar o código

Update .gitattributes to force GH linguist to recognize pages (#5663)

Matthew Peveler %!s(int64=4) %!d(string=hai) anos
pai
achega
bc369e36ca
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .gitattributes

+ 5 - 0
.gitattributes

@@ -3,3 +3,8 @@
 # be checked-out as CRLF, and re-converted to LF before check-in.
 # See https://git-scm.com/docs/gitattributes for more information.
 * text=auto
+
+# GitHub linguist ignores markdown files by default, but tldr-pages
+# is mostly markdown, so we explicitly make the pages detectable
+pages*/**/*.md linguist-detectable=true
+pages*/**/*.md linguist-documentation=false