From 7fe0f4db6da3a9ae72f87ed1096bae90c31cf009 Mon Sep 17 00:00:00 2001 From: QLabs <55121845+Quantalabs@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:00:23 -0700 Subject: [PATCH] Use yarn v3 instead of v2 Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn --- Node.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..f50f03dd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -122,9 +122,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