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