fix: ignore lock files

This commit is contained in:
Anthony Fu 2022-03-10 20:33:09 +08:00
parent 8b0a239f8f
commit 98708f1996

View File

@ -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: [