mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-02 19:31:03 -05:00
Mark .md files as linguist-detectable
This commit is contained in:
parent
9bdc882abd
commit
cd08f12848
12
.gitattributes
vendored
12
.gitattributes
vendored
@ -1,2 +1,14 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user