chore: add the lock file of pnpm and yarn in the .gitignore (#37)

* add the lock file of pnpm and yarn in the .gitignore

* dockerignore
This commit is contained in:
fw_qaq 2022-11-09 21:39:24 +08:00 committed by GitHub
parent 748ed480f4
commit f2f1ef8c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ docs
scripts
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
.DS_Store
.cache

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ build
dist
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
.DS_Store
.cache