1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02:00

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

View File

@ -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