39 lines
1.8 KiB
Plaintext
39 lines
1.8 KiB
Plaintext
################################################################################
|
|
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
################################################################################
|
|
|
|
/.vs
|
|
/gateways/JiShe.ServicePro.WebGateway/bin/Debug/net9.0
|
|
/gateways/JiShe.ServicePro.WebGateway/obj
|
|
/host/JiShe.ServicePro.HttpApi.Host/bin/Debug/net9.0
|
|
/host/JiShe.ServicePro.HttpApi.Host/Logs
|
|
/host/JiShe.ServicePro.HttpApi.Host/obj
|
|
/src/JiShe.ServicePro.Application/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.Application/obj/Debug/net9.0
|
|
/src/JiShe.ServicePro.Application.Contracts/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.Application.Contracts/obj/Debug/net9.0
|
|
/src/JiShe.ServicePro.DbMigrator/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.DbMigrator/obj
|
|
/src/JiShe.ServicePro.Domain/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.Domain/obj
|
|
/src/JiShe.ServicePro.Domain.Shared/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.Domain.Shared/obj/Debug/net9.0
|
|
/src/JiShe.ServicePro.EntityFrameworkCore/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.EntityFrameworkCore/obj
|
|
/src/JiShe.ServicePro.FreeSqlRepository/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.FreeSqlRepository/obj
|
|
/src/JiShe.ServicePro.HttpApi/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.HttpApi/obj
|
|
/src/JiShe.ServicePro.HttpApi.Client/bin/Debug/net9.0
|
|
/src/JiShe.ServicePro.HttpApi.Client/obj
|
|
/test/JiShe.ServicePro.Application.Tests/bin/Debug/net9.0
|
|
/test/JiShe.ServicePro.Application.Tests/obj
|
|
/test/JiShe.ServicePro.Domain.Tests/bin/Debug/net9.0
|
|
/test/JiShe.ServicePro.Domain.Tests/obj
|
|
/test/JiShe.ServicePro.EntityFrameworkCore.Tests/bin/Debug/net9.0
|
|
/test/JiShe.ServicePro.EntityFrameworkCore.Tests/obj
|
|
/test/JiShe.ServicePro.HttpApi.Client.ConsoleTestApp/bin/Debug/net9.0
|
|
/test/JiShe.ServicePro.HttpApi.Client.ConsoleTestApp/obj
|
|
/test/JiShe.ServicePro.TestBase/bin/Debug/net9.0
|
|
/test/JiShe.ServicePro.TestBase/obj
|