From 00f89554cb4805f15c60b56325aa205c8a93f4f3 Mon Sep 17 00:00:00 2001 From: Nikita Skybytskyi Date: Tue, 8 Jan 2019 15:08:44 +0200 Subject: [PATCH] Create .gitattibutes make markdown count towards project stats --- .gitattibutes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattibutes diff --git a/.gitattibutes b/.gitattibutes new file mode 100644 index 0000000..60e93ba --- /dev/null +++ b/.gitattibutes @@ -0,0 +1,2 @@ +*.md linguist-detectable=true +*.md linguist-language=markdown