From 79495287034f872b5b1e45a4505921d3b789492b Mon Sep 17 00:00:00 2001 From: cli <377476583@qq.com> Date: Mon, 21 Oct 2024 15:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- .../JiShe.CollectBus.Console.csproj | 4 ---- JiShe.CollectBus.Console/Plugins/ignore.txt | 12 ++++++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 JiShe.CollectBus.Console/Plugins/ignore.txt diff --git a/.gitignore b/.gitignore index 6c99ca2..d392b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -361,5 +361,4 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -/JiShe.CollectBus.Console/Plugins/ignore.txt -/JiShe.CollectBus.Console/Plugins +/JiShe.CollectBus.Console/Plugins/*.dll diff --git a/JiShe.CollectBus.Console/JiShe.CollectBus.Console.csproj b/JiShe.CollectBus.Console/JiShe.CollectBus.Console.csproj index efa68c7..bdd95c7 100644 --- a/JiShe.CollectBus.Console/JiShe.CollectBus.Console.csproj +++ b/JiShe.CollectBus.Console/JiShe.CollectBus.Console.csproj @@ -37,8 +37,4 @@ - - - - diff --git a/JiShe.CollectBus.Console/Plugins/ignore.txt b/JiShe.CollectBus.Console/Plugins/ignore.txt new file mode 100644 index 0000000..cf41dcb --- /dev/null +++ b/JiShe.CollectBus.Console/Plugins/ignore.txt @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace JiShe.CollectBus.Console.Plugins +{ + class ignore + { + } +}