diff --git a/Node.gitignore b/Node.gitignore index 1f22b9c2..3045eda2 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -109,8 +109,10 @@ dist .vscode-test # yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* +.yarn/* +# !.yarn/cache # Uncomment for zero-install +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.* # Comment for zero-install