From 06bd82081ae667a12559e02eaf06b09be4e14466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 30 Jul 2026 13:09:04 +0800 Subject: [PATCH] 1 --- .gitignore | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 538a32f..8b646c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,3 @@ -# Go -*.db -*.db-journal -*.db-wal -*.db-shm - -# IDE -.idea/ - -# Node +/.idea/* web/node_modules/ -web/dist/ - -# OS -.DS_Store -Thumbs.db +web/dist/ \ No newline at end of file