From 1941e6bcafc1e5710f3430338a2cb523fddab544 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 6 Dec 2025 09:57:08 +0800 Subject: [PATCH] chore: update .gitignore --- frontend/.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index c0b8d4c..f308680 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,7 +1,3 @@ # Ignore node_modules and build artifacts node_modules/ dist/ -*.log - -# Keep the placeholder index.html for development -!dist/index.html