Skip to content

Commit

Permalink
fix: ignore lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 10, 2022
1 parent 8b0a239 commit 98708f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/basic/index.js
Expand Up @@ -17,10 +17,14 @@ module.exports = {
'CHANGELOG.md',
'dist',
'LICENSE*',
'output',
'packages-lock.json',
'pnpm-lock.yaml',
'public',
'temp',
'!.vitepress',
'yarn.lock',
'!.github',
'!.vitepress',
'!.vscode',
],
plugins: [
Expand Down

0 comments on commit 98708f1

Please sign in to comment.