fix(basic): ignore vitepress cache files (#233)

This commit is contained in:
toryz 2023-08-12 02:12:47 +08:00 committed by GitHub
parent c22a36bbec
commit 1ae6ec8527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ module.exports = {
'!.vitepress',
'!.vscode',
// force exclude
'.vitepress/cache',
'**/.vitepress/cache',
],
plugins: [
'html',