From 814d8bc8560db77e55679ea54d0d397c2bd54f0b Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 4 Dec 2022 22:37:33 +0100 Subject: [PATCH] fix(gitignore): correct yarn directory rule to accept the subdirectory exception rules Signed-off-by: Tilman Vatteroth --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e460fbe6..4aea1742b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ backups/ *.sqlite # Yarn 2 without zero-installs -.yarn +.yarn/* !.yarn/patches !.yarn/releases !.yarn/plugins