From bfd7d0ca9e5d6dd9d96b06f1501bd8b027fc4696 Mon Sep 17 00:00:00 2001 From: kenny Date: Wed, 14 Jan 2026 22:42:33 +0200 Subject: [PATCH] Added .YAML git visibility --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae72d95 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.yml linguist-language=YAML +*.yaml linguist-language=YAML