From 39fc2d6754953e41a7334a2166347baacfcfb40a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 11 十月 2025 18:21:18 +0800
Subject: [PATCH] 对接口

---
 .gitignore |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4f77cbd..396d7ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,8 @@
 /dist
 .idea/
 server/.idea/
-*.xml
 *.class
-
+target/
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
@@ -15,6 +14,9 @@
 *.war
 *.ear
 *.iml
-
+/logs
+*.log
+*.zip
+h5/unpackage/
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*

--
Gitblit v1.9.3