From e5f63a2dc5558f5d674ce8d8f46ff6830781d828 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 14 Nov 2024 00:30:07 +0100
Subject: [PATCH] ignore .yarn/install-state.gz
---
frontend/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/frontend/.gitignore b/frontend/.gitignore
index 2005f4172..645de379b 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -2,6 +2,8 @@
node_modules/
build/
.cache/
+.yarn/install-state.gz
+
npm-debug.log*
yarn-debug.log*
yarn-error.log*