修改代码
This commit is contained in:
parent
7d7ac5a814
commit
7949528703
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
|
||||||
|
|||||||
@ -37,8 +37,4 @@
|
|||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Plugins\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
12
JiShe.CollectBus.Console/Plugins/ignore.txt
Normal file
12
JiShe.CollectBus.Console/Plugins/ignore.txt
Normal 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
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user