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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index ca7f20f..e7328c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,10 @@ node_modules /dist .idea/ +server/.idea/ *.xml *.class - +target/ # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -13,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