From a03f27c5edaab17263891dd2bc1e4e70fb96096c Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 10 二月 2026 10:25:56 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dingyuannongji --- .gitignore | 28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..3e1be0b 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* +mini-program/unpackage/ +mini-program/node_modules/ +mini-program/mp-weixin/ \ No newline at end of file -- Gitblit v1.9.3