暂存
This commit is contained in:
parent
64e3813146
commit
bd97056548
69
.gitignore
vendored
69
.gitignore
vendored
@ -3,36 +3,39 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
/.vs
|
/.vs
|
||||||
/gateways/JiShe.ServicePro.WebGateway/bin/Debug/net9.0
|
/gateways/JiShe.IoT.WebGateway/bin/Debug/net9.0
|
||||||
/gateways/JiShe.ServicePro.WebGateway/obj
|
/gateways/JiShe.IoT.WebGateway/obj
|
||||||
/host/JiShe.ServicePro.HttpApi.Host/bin/Debug/net9.0
|
/host/JiShe.IoT.HttpApi.Host/bin/Debug/net9.0
|
||||||
/host/JiShe.ServicePro.HttpApi.Host/Logs
|
/host/JiShe.IoT.HttpApi.Host/Logs
|
||||||
/host/JiShe.ServicePro.HttpApi.Host/obj
|
/host/JiShe.IoT.HttpApi.Host/obj
|
||||||
/src/JiShe.ServicePro.Application/bin/Debug/net9.0
|
/src/JiShe.IoT.Application/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.Application/obj/Debug/net9.0
|
/src/JiShe.IoT.Application/obj/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.Application.Contracts/bin/Debug/net9.0
|
/src/JiShe.IoT.Application.Contracts/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.Application.Contracts/obj/Debug/net9.0
|
/src/JiShe.IoT.Application.Contracts/obj/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.DbMigrator/bin/Debug/net9.0
|
/src/JiShe.IoT.DbMigrator/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.DbMigrator/obj
|
/src/JiShe.IoT.DbMigrator/obj
|
||||||
/src/JiShe.ServicePro.Domain/bin/Debug/net9.0
|
/src/JiShe.IoT.Domain/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.Domain/obj
|
/src/JiShe.IoT.Domain/obj
|
||||||
/src/JiShe.ServicePro.Domain.Shared/bin/Debug/net9.0
|
/src/JiShe.IoT.Domain.Shared/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.Domain.Shared/obj/Debug/net9.0
|
/src/JiShe.IoT.Domain.Shared/obj/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.EntityFrameworkCore/bin/Debug/net9.0
|
/src/JiShe.IoT.EntityFrameworkCore/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.EntityFrameworkCore/obj
|
/src/JiShe.IoT.EntityFrameworkCore/obj
|
||||||
/src/JiShe.ServicePro.FreeSqlRepository/bin/Debug/net9.0
|
/src/JiShe.IoT.FreeSqlRepository/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.FreeSqlRepository/obj
|
/src/JiShe.IoT.FreeSqlRepository/obj
|
||||||
/src/JiShe.ServicePro.HttpApi/bin/Debug/net9.0
|
/src/JiShe.IoT.HttpApi/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.HttpApi/obj
|
/src/JiShe.IoT.HttpApi/obj
|
||||||
/src/JiShe.ServicePro.HttpApi.Client/bin/Debug/net9.0
|
/src/JiShe.IoT.HttpApi.Client/bin/Debug/net9.0
|
||||||
/src/JiShe.ServicePro.HttpApi.Client/obj
|
/src/JiShe.IoT.HttpApi.Client/obj
|
||||||
/test/JiShe.ServicePro.Application.Tests/bin/Debug/net9.0
|
/test/JiShe.IoT.Application.Tests/bin/Debug/net9.0
|
||||||
/test/JiShe.ServicePro.Application.Tests/obj
|
/test/JiShe.IoT.Application.Tests/obj
|
||||||
/test/JiShe.ServicePro.Domain.Tests/bin/Debug/net9.0
|
/test/JiShe.IoT.Domain.Tests/bin/Debug/net9.0
|
||||||
/test/JiShe.ServicePro.Domain.Tests/obj
|
/test/JiShe.IoT.Domain.Tests/obj
|
||||||
/test/JiShe.ServicePro.EntityFrameworkCore.Tests/bin/Debug/net9.0
|
/test/JiShe.IoT.EntityFrameworkCore.Tests/bin/Debug/net9.0
|
||||||
/test/JiShe.ServicePro.EntityFrameworkCore.Tests/obj
|
/test/JiShe.IoT.EntityFrameworkCore.Tests/obj
|
||||||
/test/JiShe.ServicePro.HttpApi.Client.ConsoleTestApp/bin/Debug/net9.0
|
/test/JiShe.IoT.HttpApi.Client.ConsoleTestApp/bin/Debug/net9.0
|
||||||
/test/JiShe.ServicePro.HttpApi.Client.ConsoleTestApp/obj
|
/test/JiShe.IoT.HttpApi.Client.ConsoleTestApp/obj
|
||||||
/test/JiShe.ServicePro.TestBase/bin/Debug/net9.0
|
/test/JiShe.IoT.TestBase/bin/Debug/net9.0
|
||||||
/test/JiShe.ServicePro.TestBase/obj
|
/test/JiShe.IoT.TestBase/obj
|
||||||
|
/src/JiShe.IoT.Application/obj
|
||||||
|
/src/JiShe.IoT.Application.Contracts/obj
|
||||||
|
/src/JiShe.IoT.Domain.Shared/obj
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user