From 62349dbef9ff6c189f52690baf335f119c550388 Mon Sep 17 00:00:00 2001 From: shreyas pandey Date: Tue, 26 Sep 2023 12:40:34 +0530 Subject: [PATCH] Add .gitattributes for Markdown recognition --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b51c8b21 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Markdown +*.md linguist-detectable=true +*.md linguist-documentation=false