From c44f64a20d3727d20a241f7a3be07db98dea3f56 Mon Sep 17 00:00:00 2001 From: kenny Date: Wed, 14 Jan 2026 22:34:42 +0200 Subject: [PATCH] Added .gitattributes ref to yaml --- .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