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:
parent
4488915eec
commit
7fe0f4db6d
1 changed files with 7 additions and 5 deletions
|
|
@ -122,9 +122,11 @@ dist
|
||||||
# Stores VSCode versions used for testing VSCode extensions
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
# yarn v2
|
# yarn v3
|
||||||
.yarn/cache
|
|
||||||
.yarn/unplugged
|
|
||||||
.yarn/build-state.yml
|
|
||||||
.yarn/install-state.gz
|
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue