chore(.gitignore):add ignore for pnpm (#32860)

This commit is contained in:
Sepush 2021-11-15 16:27:38 +08:00 committed by GitHub
parent 491cc4f7ae
commit 7e2dc80035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -34,6 +34,8 @@ config/base.yaml
/coverage
yarn.lock
package-lock.json
pnpm-lock.yaml
.pnpm-debug.log
components/**/*.js
components/**/*.jsx
!components/**/__tests__/**/*.js