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