From 97c1cbe74de188d94bb0e4c5254e5ac56c0accd1 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Mon, 25 Sep 2023 17:34:13 +0200 Subject: [PATCH] Ignore yarn folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac4820f..1e9fd46 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ dist/ service-worker.build.js .env -static/images/mockups \ No newline at end of file +static/images/mockups +.yarn/ \ No newline at end of file