From 7ef881d8290b334edde0242a71e6a1120cceec2d Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 5 Sep 2021 18:05:26 +0200 Subject: [PATCH] Setup .gitignore for Yarn 2 Signed-off-by: David Mehren --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index cb39c2ff8..f6848d765 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,12 @@ public/uploads/* !public/.gitkeep uploads test_uploads + +# Yarn 2 without zero-installs +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.*