From cd08f12848e8d58b40d9a177e5e96a9961545741 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 12 Apr 2022 17:13:39 -0500 Subject: [PATCH] Mark .md files as linguist-detectable --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe07704..d664bd22 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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