From 87e833387a407d6223b2f4fd202d7f398c4c8122 Mon Sep 17 00:00:00 2001
From: IT-xiaoXiong <774495953@qq.com>
Date: Sun, 19 Dec 2021 13:44:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 13 +++++++------
ecology-weaver.iml | 1 +
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8b3b348..83bee01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,14 +15,15 @@ log
*.air
*.ipa
*.apk
-classbeanLib/*
-weaverLib/*
-/web/**/*.properties
-!/web/**/*.xml
+/lib
+/lib/classbeanLib
+/lib/weaverLib
+/src/main/resources/**/*.properties
+!/src/main/resources/**/*.xml
/target
-/classbean
+/lib/classbean
.idea/
-!/web/WEB-INF/prop/prop2map/*.properties
+!/src/main/resources/WEB-INF/prop/prop2map/*.properties
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
diff --git a/ecology-weaver.iml b/ecology-weaver.iml
index 95c1158..de7167e 100644
--- a/ecology-weaver.iml
+++ b/ecology-weaver.iml
@@ -21,6 +21,7 @@
+