From 59c1eb27e839b65e59a16d459695cceb75eaa106 Mon Sep 17 00:00:00 2001 From: wangwh <2397901735@qq.com> Date: Wed, 09 Oct 2024 11:13:31 +0800 Subject: [PATCH] 自动评价定时任务添加判空 --- .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