diff --git a/docs/.markdownlint-cli2.yaml b/docs/.markdownlint-cli2.yaml index dc7e357a..671bf1c6 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/**"