From 8972b8b4e78c42fb1a253072c09041e49922368d Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Sat, 07 Oct 2023 09:20:41 +0800 Subject: [PATCH] ci:补充提交 --- .gitignore | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fae67da..ca503f7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. /.idea/ -/screen-api/target/ + /screen-common/target/ /screen-manage/target/ /.idea/ @@ -21,4 +21,12 @@ /screen-api/screen-api.iml /screen-job/screen-job.iml /screen-common/screen-common.iml -/screen-manage/screen-manage.iml \ No newline at end of file +/screen-manage/screen-manage.iml +/screen-manage/src/main/resources/application-local.yml +/screen-job/src/main/resources/application-local.yml +/screen-api/src/main/resources/application-dev.yml + +/**/*.iml +/myBatisPlusGenerator/src/main/java/com/moral/CodeGenerator.java +/**/target +/screen.iml -- Gitblit v1.8.0