From f06e90a56101f9ef2c69a27fc77d3489409dc05a Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期四, 18 十二月 2025 15:47:24 +0800
Subject: [PATCH] 静态页面完成

---
 .gitignore |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 32858aa..53f7466 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,5 @@
-*.class
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
-# Package Files #
-*.jar
-*.war
-*.ear
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
+node_modules
+.DS_Store
+dist
+dist-ssr
+*.local
\ No newline at end of file

--
Gitblit v1.9.1