From d2eb5b0726557ad678bce2aacbe381adfaaea68f Mon Sep 17 00:00:00 2001 From: George Nalen Date: Wed, 12 Jan 2022 11:18:34 -0500 Subject: [PATCH] updated gitattributes file Signed-off-by: George Nalen --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a24540 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# adding github settings to show correct language +*.sh linguist-detectable=true +*.yml linguist-detectable=true +*.ps1 linguist-detectable=true +*.j2 linguist-detectable=true +*.md linguist-documentation \ No newline at end of file