From 5a4355579f663a0fb8b0c7ca4b3676594b55c7c7 Mon Sep 17 00:00:00 2001 From: huangh <hshgjzd5@163.com> Date: Thu, 26 Sep 2024 10:32:46 +0800 Subject: [PATCH] AI对话接口+简介接口+评价接口 --- .gitignore | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a0aad76..efb60c2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,24 @@ dyh-service/dyh-sync/logs/ 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