From cf12e020761272be8c19d3b77c1dce07fba6de85 Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Wed, 01 Nov 2023 13:38:33 +0800 Subject: [PATCH] fix:无人机均值问题修改 --- .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