Mark .md files as linguist-detectable

This commit is contained in:
Jonah Aragon 2022-04-12 17:13:39 -05:00
parent 9bdc882abd
commit cd08f12848
No known key found for this signature in database
GPG Key ID: E147BA439A59846D
1 changed files with 12 additions and 0 deletions

12
.gitattributes vendored
View File

@ -1,2 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto
docs/** -linguist-documentation
.git* text
*.json text
*.js text
*.md text linguist-detectable
*.{yml,yaml} text
*.{htm,html} text diff=html
*.svg text
*.png binary
*.{jpeg,jpg} binary