From 917c4ee8b05e816602aa06f67f2f5447150b242f Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 17 十二月 2025 09:35:50 +0800 Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao --- .gitignore | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca7f20f..396d7ae 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 +h5/unpackage/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -- Gitblit v1.9.3