From 17a004b47eb77af0a9b2cce4e797a59e17d4add6 Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期一, 23 十月 2023 16:39:11 +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