chore: support yarn berry

This commit is contained in:
idranme
2024-08-04 19:48:17 +08:00
parent 74d9a083aa
commit 799593b788
3 changed files with 16 additions and 5 deletions

15
.gitignore vendored
View File

@@ -1,6 +1,15 @@
node_modules/
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
package-lock.json
dist/
out/
yarn.lock
node_modules
dist
out
.idea/
.DS_Store