From 1418a10bf7d9e3f44de0e4b87d7f65c8d30800ee Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 21 Jul 2020 17:22:38 -0400 Subject: [PATCH] Update yarn 2 gitignore based on documentation https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored --- Node.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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