From b11d1d772ec69b4846f520d3dfc346b8a1ae53a3 Mon Sep 17 00:00:00 2001 From: liyj <15602261488@163.com> Date: Sat, 21 Sep 2024 10:52:52 +0800 Subject: [PATCH] 添加sys生成id的方法 --- .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