From a0b1532daabb778ad470fc2a8eadadf5080345d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=EC=B0=AC?= <129833370+dongchandev@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:30:21 +0900 Subject: [PATCH] fix: git ignore --- web/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/.gitignore b/web/.gitignore index 9f0d8d9..de77604 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,15 +1,15 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules -/.pnp +./node_modules +./.pnp .pnp.js .env # testing /coverage # production -/build +./build # misc .DS_Store