From 7f1532420c087d50b7c27dce37c46cc5890a7460 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 21 Mar 2023 06:10:32 -0400 Subject: [PATCH] Update Yarn modern gitignore based on `yarn init -2` --- Node.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index ef678d76..28146e10 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -109,13 +109,13 @@ dist .vscode-test # Yarn modern -# Comment for zero-install -.pnp.* .yarn/* -# Uncomment for zero-install -# !.yarn/cache !.yarn/patches !.yarn/plugins !.yarn/releases !.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.*