From 407051c9d0b885c66f857c56af2037e45c66d2ae Mon Sep 17 00:00:00 2001 From: Martijn Russchen Date: Tue, 17 Dec 2024 11:19:39 +0100 Subject: [PATCH] Ignore yarn cache from Git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e481cce0e..4d42a122a 100644 --- a/.gitignore +++ b/.gitignore @@ -120,4 +120,5 @@ scripts/.DS_Store !.yarn/plugins !.yarn/releases !.yarn/sdks -!.yarn/versions \ No newline at end of file +!.yarn/versions +/.yarn/cache