From 81d1a0c814eea78551cc08ee56516f25e504d6ec Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 10 五月 2024 17:01:54 +0800 Subject: [PATCH] ‘’ --- .gitignore | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8196b96..0a2bf7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,8 @@ /dist .idea/ server/.idea/ -*.xml *.class - +target/ # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -14,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