From bc7af00f02e871857b5b547811c438435658267d Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Fri, 17 Jun 2022 01:33:11 -0700 Subject: [PATCH] .gitattributes [V1] Version 1 of the gitattributes file for this project. --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..063f969 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Markdown +*.md linguist-detectable=true +*.md linguist-documentation=false +*.mkd linguist-detectable=true +*.mkd linguist-documentation=false +*.mdown linguist-detectable=true +*.mdown linguist-documentation=false +*.markdown linguist-detectable=true +*.markdown linguist-documentation=false