Skip to content

Commit

Permalink
Markdownlint: don't format ".git" folder (#28143)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 24, 2023
1 parent 6ad2974 commit 0ba8d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@
}
},
"customRules": ["markdownlint-rule-search-replace"],
"ignores": ["node_modules", ".github", "tests"]
"ignores": ["node_modules", ".git", ".github", "tests"]
}

0 comments on commit 0ba8d7a

Please sign in to comment.