Update Yarn modern gitignore based on `yarn init -2`

This commit is contained in:
Nick McCurdy 2023-03-21 06:10:32 -04:00
parent 7955c8f606
commit 7f1532420c
1 changed files with 4 additions and 4 deletions

View File

@ -109,13 +109,13 @@ dist
.vscode-test
# Yarn modern
# Comment for zero-install
.pnp.*
.yarn/*
# Uncomment for zero-install
# !.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*