From cc7f75dddf61c0c39978170deea10ebe4b5cac84 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 23 四月 2025 15:05:34 +0800
Subject: [PATCH] 修改.gitignore

---
 pipIrr-platform/.gitignore |    1 +
 .gitignore                 |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index b45779a..fc13813 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
 /pipIrr-platform/downloadTemp/
 /pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rdTest/
+/.idea/*.*
+.idea/
 /logs/*.*
-logs/
\ No newline at end of file
+logs/
+/rtuLogs/*.*
+rtuLogs/
\ No newline at end of file
diff --git a/pipIrr-platform/.gitignore b/pipIrr-platform/.gitignore
index 549e00a..c7ede0c 100644
--- a/pipIrr-platform/.gitignore
+++ b/pipIrr-platform/.gitignore
@@ -15,6 +15,7 @@
 
 ### IntelliJ IDEA ###
 .idea
+.idea/
 *.iws
 *.iml
 *.ipr

--
Gitblit v1.8.0