From f200ef040df4d9e9b1c4573421556f567aa2957a Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:42:32 +0100 Subject: [PATCH] chore: detect markdown source content --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ddb88c35 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +docs/**/*.md linguist-detectable \ No newline at end of file