dont allow package-lock with a bun project for now
This commit is contained in:
parent
a0569d39f5
commit
5f4f76b50b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,6 +7,8 @@ yarn-error.log*
|
|||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
package-lock.json
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
|
|
|
|||
Loading…
Reference in a new issue