fix: Exclude vuepress output from dprint (#3616)

This commit is contained in:
Kevin Song 2022-02-15 11:45:41 -06:00 committed by GitHub
parent 4011c05827
commit 532efaadfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/*",