diff --git a/Node.gitignore b/Node.gitignore index 745ff369..ebce274d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -119,9 +119,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