From dee3c188c06cbf12b288d6e69b431527ea2add0d Mon Sep 17 00:00:00 2001
From: chen_xi <276999030@qq.com>
Date: Thu, 22 Sep 2022 16:08:20 +0800
Subject: [PATCH] 大屏实时显示bug修改

---
 .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