Skip to content

Commit

Permalink
fix(ignores): add .vitepress/cache to global ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 11, 2024
1 parent fce37e2 commit a0c41c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default [
'**/.nuxt/',
'**/.output/',
'**/.wrangler/',
'**/.vitepress/cache/',
],
},
{
Expand Down

0 comments on commit a0c41c3

Please sign in to comment.