Update Yarn modern gitignore based on yarn init -2
This commit is contained in:
parent
7955c8f606
commit
7f1532420c
@ -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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user