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

View File

@ -109,13 +109,13 @@ dist
.vscode-test .vscode-test
# Yarn modern # Yarn modern
# Comment for zero-install
.pnp.*
.yarn/* .yarn/*
# Uncomment for zero-install
# !.yarn/cache
!.yarn/patches !.yarn/patches
!.yarn/plugins !.yarn/plugins
!.yarn/releases !.yarn/releases
!.yarn/sdks !.yarn/sdks
!.yarn/versions !.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.*