From 4f0ab5fbe931949871b2a777c90f00f3661404c6 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 13 Mar 2024 08:46:05 +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