Skip to content

Commit 7df894e

Browse files
committed
Ignore github files on markdown lint
1 parent 7ac3ec1 commit 7df894e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.markdownlint-cli2.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"**/*.md"
66
],
77
"ignores": [
8-
".git/**"
8+
".git/**",
9+
".github/**"
910
],
1011
"gitignore": true,
1112
"config": {

0 commit comments

Comments
 (0)