From a5da0116cb9768a3cca5ee69313d6b4dca9d6ca9 Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期二, 07 十一月 2023 16:10:40 +0800 Subject: [PATCH] # 导出字段调整 登陆提示 --- .gitignore | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..bfc3f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,28 @@ +coderd.json +target/ +*.iml +log/ +#idea +.idea +*.iws +*.iml +*.ipr +.mvn +mvnw +mvnw.cmd +# Compiled class file *.class -# Mobile Tools for Java (J2ME) -.mtj.tmp/ +# Log file +*.log +log/ +logs +.DS_Store +tmp # Package Files # *.jar *.war -*.ear -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +*/node_modules +*/unpackage -- Gitblit v1.9.3