From 70563cd87fc070eaa866a3522dd33e1fed4e415d Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:07:23 +1000 Subject: [PATCH] Add '*.yaml' to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 4458b85..782185c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.json linguist-detectable=false *.py linguist-detectable=false *.rs linguist-detectable=true +*.yaml linguist-detectable=false \ No newline at end of file