From f905df85ada070111cfcf541f7ac572a329da2d3 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 16 一月 2026 10:34:43 +0800
Subject: [PATCH] git

---
 .gitignore |   19 ++++++-------------
 1 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 15a9080..03a75f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,25 +1,19 @@
-/target/
-
-/start/target/
-/flowable/target/
-/common/target/
-/business/target/
-.idea
+target/
+**/target/
+.idea/
 *.iml
 .tags
 .tags_sorted_by_file
 .pyc
-__pycache__
-.cache
-.settings
+__pycache__/
+.cache/
+.settings/
 .classpath
 .project
 .DS_Store
 *.pid
 *Help
-target
 log.*
-.DS_Store
 log.home_IS_UNDEFINED
 202*
 doc/api_doc
@@ -36,4 +30,3 @@
 *.bak
 *.tmp
 *.temp
-

--
Gitblit v1.8.0