From 6708810c4de34dfb9513061432d656f91d56ee3a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 14:48:15 +0800 Subject: [PATCH] 重新/批量提交代码至git库 --- .gitignore | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..377881c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ -*.class +.idea +.idea/* +target +target/* +*/target/* -# Mobile Tools for Java (J2ME) -.mtj.tmp/ +ruoyi-admin/target/* -# Package Files # -*.jar -*.war -*.ear - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +/ruoyi-admin/target +/ruoyi-buss/target +/ruoyi-common/target +/ruoyi-framework/target +/ruoyi-fuzhou/target +/ruoyi-generator/target +/ruoyi-manage/target +/ruoyi-quartz/target +/ruoyi-system/target -- Gitblit v1.9.3