From 82346ac126a44a3cd84859497b408bd46413f711 Mon Sep 17 00:00:00 2001 From: praveen Date: Wed, 1 Apr 2026 19:40:22 -0700 Subject: [PATCH] skip non rendering files and directories --- docs/.markdownlint-cli2.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/.markdownlint-cli2.yaml b/docs/.markdownlint-cli2.yaml index dc7e357aa..671bf1c62 100644 --- a/docs/.markdownlint-cli2.yaml +++ b/docs/.markdownlint-cli2.yaml @@ -1,2 +1,9 @@ ignores: - - CHANGELOG.md \ No newline at end of file + - CHANGELOG.md + - "**/vendor/**" + - "**/.git/**" + - "**/ci-internal/**" + - "**/docs/cicd/**" + - "**/tests/e2e/**" + - "**/helm-charts-k8s/README.md" + - "**/internal-example/**"