From b31dfaa258b0369330979dc8c5ae21e9fb345375 Mon Sep 17 00:00:00 2001 From: uk-bolly <69214557+uk-bolly@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:25:19 +0000 Subject: [PATCH] GitHub languages (#19) * typo fixes Signed-off-by: Mark Bolwell * Add Languages support Signed-off-by: Mark Bolwell --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b2daffb --- /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