From 4b3c9152b7748b04f1fc25d308618af54e267e10 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 22 Aug 2022 10:38:39 +0200 Subject: [PATCH] gitignore: tweak yarn ignore to work with subdirs Signed-off-by: Patrik Oldsberg --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 85631ade67..32d76089f7 100644 --- a/.gitignore +++ b/.gitignore @@ -63,7 +63,7 @@ typings/ # Yarn 3 files .pnp.* -.yarn/* +.yarn !.yarn/patches !.yarn/plugins !.yarn/releases