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

This commit is contained in:
Matthew Peveler 2021-04-01 14:32:17 -04:00 committed by GitHub
parent 4706f21e46
commit bc369e36ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View File

@ -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