fix: Exclude vuepress output from dprint (#3616)
This commit is contained in:
parent
4011c05827
commit
532efaadfe
|
@ -11,6 +11,7 @@
|
|||
"**/*.{md,toml,json}"
|
||||
],
|
||||
"excludes": [
|
||||
"docs/.vuepress/dist/**",
|
||||
"**/node_modules",
|
||||
"**/*-lock.json",
|
||||
".github/*",
|
||||
|
|
Loading…
Reference in New Issue