From 9943b0ec7f825dbecfbcec2c75d7655a8ae39b4c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 15 五月 2024 09:41:47 +0800
Subject: [PATCH] css

---
 .gitignore |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index ca7f20f..0a2bf7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,9 @@
 node_modules
 /dist
 .idea/
-*.xml
+server/.idea/
 *.class
-
+target/
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
@@ -13,6 +13,10 @@
 *.jar
 *.war
 *.ear
+*.iml
+/logs
+*.log
+*.zip
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*

--
Gitblit v1.9.3