From b809f54ef3dcd2ee2e8c3e0ced00fba333a60cf9 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 21 Apr 2021 17:59:57 +0200 Subject: [PATCH] Update .gitignore for Yarn v2 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 22fef9b7..e9f7e205 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,12 @@ coverage/ # Documentation builds /docs_deployment/ + +# Yarn v2 +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.*