Skip to content

Commit

Permalink
style: Ignore Markdown files in build directories
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Feb 27, 2024
1 parent 52ee940 commit 6bf6aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
globs:
- "**/*.md"
ignores:
- "**/build/**"
- "**/node_modules/**"
- "**/projects/external/**"
- "**/multi-kotlin-project/**"
Expand Down

0 comments on commit 6bf6aa8

Please sign in to comment.