From 48b4e46f22ec83843cb8a3087b8ec9511a7ea8a2 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 06 五月 2024 10:24:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .gitignore | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca7f20f..c58f202 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,7 @@ *.jar *.war *.ear +*.iml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -- Gitblit v1.9.3