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', 'CHANGELOG.md',
'dist', 'dist',
'LICENSE*', 'LICENSE*',
'output',
'packages-lock.json',
'pnpm-lock.yaml',
'public', 'public',
'temp', 'temp',
'!.vitepress', 'yarn.lock',
'!.github', '!.github',
'!.vitepress',
'!.vscode', '!.vscode',
], ],
plugins: [ plugins: [