From 8dd11fb25a9ef30e0a26ac326f35ad23141b5d3e Mon Sep 17 00:00:00 2001 From: Kaifuny Date: Thu, 20 Jul 2023 14:38:44 +0800 Subject: [PATCH] chore: .gitignore Signed-off-by: Kaifuny --- contact-frontend/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/contact-frontend/.gitignore b/contact-frontend/.gitignore index 38adffa6..ce961e96 100644 --- a/contact-frontend/.gitignore +++ b/contact-frontend/.gitignore @@ -21,6 +21,7 @@ coverage .vscode/* !.vscode/extensions.json .idea +.vite *.suo *.ntvs* *.njsproj