From d81a18837da67f652d58c1b1ddca1cab0cf88cc7 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.*