From c2ee66e10c9e57a93bc355bc22e76770637ced9f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 12 Sep 2023 08:24:24 +0200 Subject: [PATCH] chore: add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..259d64a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* linguist-detectable + +.* -linguist-detectable +**/inflated/** -linguist-detectable +**/charts/** -linguist-detectable +**/secrets/** -linguist-detectable + +*.tpl linguist-language=YAML