From b1aeb8cbb2ba6d53a06b7e93d32f6315b077dd05 Mon Sep 17 00:00:00 2001 From: HueByte Date: Thu, 23 Jul 2026 08:15:56 +0200 Subject: [PATCH] fix: add 'docs/auriondocs/**' to ignore list in markdownlint configuration --- .markdownlint-cli2.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 9bb377e..94af29d 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -22,6 +22,7 @@ ".dev/**", "docs/_site/**", "docs/api/**", + "docs/auriondocs/**", "node_modules/**", "**/bin/**", "**/obj/**",