From 84fd4e4fcb9e0862e1d6bd2a7c1f3110cfe72652 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 13 十一月 2024 09:12:20 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- .gitignore | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7328c7..396d7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /dist .idea/ server/.idea/ -*.xml *.class target/ # Mobile Tools for Java (J2ME) @@ -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