mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01: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:
parent
4488915eec
commit
7fe0f4db6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user