From 592c8a2dcc33fd6eb32dbcfbaed4a16aab31d28d Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Mon, 14 Oct 2024 18:02:15 +0800
Subject: [PATCH] 1、线上来访、来访登记、自行排查流程优化 2、任务新增处理耗时、是否超时、超时小时记录

---
 .gitignore |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index ec0d31a..efb60c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,23 @@
 dyh-service/dyh-sync/target/
 logs/
 *.iml
+*.class
+
+# Package Files #
+*.jar
+*.war
+*.ear
+.project
+.settings
+.classpath
+*.registry
+*.lock
+*.idea
+*.iml
+*.gitignore
+*.log
+*.yml
+
+target
+logs
+bin

--
Gitblit v1.8.0