From 2a8c4e590db641bbb3c1f5fc016a0b99bb52cdff Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 16:30:54 +0800
Subject: [PATCH] 月台自动叫号处理问题

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

diff --git a/.gitignore b/.gitignore
index f89836e..396d7ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,10 @@
 coderd.json
 node_modules
 /dist
-
+.idea/
+server/.idea/
 *.class
-
+target/
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
@@ -12,6 +13,10 @@
 *.jar
 *.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