From 3435e339abd7b72aee38953797a65aa1a27827fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AF=BC=ED=97=8C?= Date: Fri, 19 Jun 2026 13:36:56 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20vite=20=EC=BA=90=EC=8B=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 7cd12e4..203fad6 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -27,3 +27,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Vite 캐시 +.vite/ \ No newline at end of file