From 29dab0f77d388673a60f7e6233b637087567df41 Mon Sep 17 00:00:00 2001
From: newb1er <taiwanmichael429@gmail.com>
Date: Mon, 4 Mar 2024 17:27:34 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=99=88=20update=20gitignore?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 frontend/.gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/frontend/.gitignore b/frontend/.gitignore
index c37ff00..4bfd994 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -29,6 +29,15 @@ README.md
 # production
 /build
 
+# Yarn
+.pnp.*
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/sdks
+!.yarn/versions
+
 # misc
 .DS_Store
 .env.local
-- 
GitLab