Skip to content

Commit 82346ac

Browse files
committed
skip non rendering files and directories
1 parent a80ca2f commit 82346ac

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/.markdownlint-cli2.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
ignores:
2-
- CHANGELOG.md
2+
- CHANGELOG.md
3+
- "**/vendor/**"
4+
- "**/.git/**"
5+
- "**/ci-internal/**"
6+
- "**/docs/cicd/**"
7+
- "**/tests/e2e/**"
8+
- "**/helm-charts-k8s/README.md"
9+
- "**/internal-example/**"

0 commit comments

Comments
 (0)