From 5671bcb30fcbc404d459a4f4838bed0e60e61017 Mon Sep 17 00:00:00 2001 From: Dick Wolff Date: Thu, 24 Nov 2022 10:49:56 +0100 Subject: [PATCH] Moved /.yarn in .gitignore --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 205940934..7440c445a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /tmp # dependencies +/.yarn /node_modules # IDEs and editors @@ -37,7 +38,4 @@ yarn-error.log # System Files .DS_Store -Thumbs.db - -# Ignore local Yarn cache -.yarn/ \ No newline at end of file +Thumbs.db \ No newline at end of file