Skip to content

Commit 9b28dbc

Browse files
committed
feat: add .vitepress/cache to ignore pattern
1 parent 8834411 commit 9b28dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/basic/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = defineConfig({
4949
'!.github',
5050
'!.vitepress',
5151
'!.vscode',
52+
'**/.vitepress/cache',
5253
],
5354
plugins: ['html', 'no-only-tests', 'unused-imports', 'simple-import-sort', '@yutengjing'],
5455
settings: {

0 commit comments

Comments
 (0)