fix: ignore lock files
This commit is contained in:
parent
8b0a239f8f
commit
98708f1996
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user