This commit is contained in:
Dai Mr 2024-10-21 16:24:32 +08:00
commit 4e101559b7
3 changed files with 13 additions and 6 deletions

3
.gitignore vendored
View File

@ -361,5 +361,4 @@ MigrationBackup/
# Fody - auto-generated XML schema # Fody - auto-generated XML schema
FodyWeavers.xsd FodyWeavers.xsd
/JiShe.CollectBus.Console/Plugins/ignore.txt /JiShe.CollectBus.Console/Plugins/*.dll
/JiShe.CollectBus.Console/Plugins

View File

@ -37,8 +37,4 @@
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Plugins\" />
</ItemGroup>
</Project> </Project>

View File

@ -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
{
}
}