chore: exclude CHANGELOG.md from dprint formatting
This commit is contained in:
parent
34ac769260
commit
8ae2e37955
|
@ -11,6 +11,7 @@
|
|||
"**/*.{md,toml,json}"
|
||||
],
|
||||
"excludes": [
|
||||
"CHANGELOG.md",
|
||||
"docs/.vuepress/dist/**",
|
||||
"**/node_modules",
|
||||
"**/*-lock.json",
|
||||
|
|
Loading…
Reference in New Issue