From 92f94b0a4e65b0ab5c4195e632b5e4d1b0158aac Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 28 二月 2024 12:03:26 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- .gitignore | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f89836e..e7328c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,11 @@ coderd.json node_modules /dist - +.idea/ +server/.idea/ +*.xml *.class - +target/ # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -12,6 +14,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