Use yarn v3 instead of v2

Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn
This commit is contained in:
QLabs 2023-07-27 21:00:23 -07:00 committed by GitHub
parent 4488915eec
commit 7fe0f4db6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -122,9 +122,11 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# yarn v3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions