From d4d3139d5f208d67a4ded91b7b946fce3a0623fc Mon Sep 17 00:00:00 2001 From: "den (work)" <53200638+localden@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:21:30 -0700 Subject: [PATCH] Exclude generated releases --- .markdownlint-cli2.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index a96fd3e6..d6db0277 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -20,5 +20,8 @@ "MD050": { "style": "asterisk" } - } + }, + "ignores": [ + ".genreleases/" + ] } \ No newline at end of file