Merge 7f1532420c087d50b7c27dce37c46cc5890a7460 into 86d1826a9f3daf4744e7229a26187f81c081744c

This commit is contained in:
Nicky McCurdy 2025-03-23 09:14:58 +00:00 committed by GitHub
commit 177155e3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,9 +128,14 @@ dist
# Stores VSCode versions used for testing VSCode extensions # Stores VSCode versions used for testing VSCode extensions
.vscode-test .vscode-test
# yarn v2 # Yarn modern
.yarn/cache .yarn/*
.yarn/unplugged !.yarn/patches
.yarn/build-state.yml !.yarn/plugins
.yarn/install-state.gz !.yarn/releases
.pnp.* !.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.*