From bd970565483854c1d6bf6f23bc79caec581db67f Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 27 May 2025 14:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 69 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index 8ef2b21..4b8b936 100644 --- a/.gitignore +++ b/.gitignore @@ -3,36 +3,39 @@ ################################################################################ /.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 +/gateways/JiShe.IoT.WebGateway/bin/Debug/net9.0 +/gateways/JiShe.IoT.WebGateway/obj +/host/JiShe.IoT.HttpApi.Host/bin/Debug/net9.0 +/host/JiShe.IoT.HttpApi.Host/Logs +/host/JiShe.IoT.HttpApi.Host/obj +/src/JiShe.IoT.Application/bin/Debug/net9.0 +/src/JiShe.IoT.Application/obj/Debug/net9.0 +/src/JiShe.IoT.Application.Contracts/bin/Debug/net9.0 +/src/JiShe.IoT.Application.Contracts/obj/Debug/net9.0 +/src/JiShe.IoT.DbMigrator/bin/Debug/net9.0 +/src/JiShe.IoT.DbMigrator/obj +/src/JiShe.IoT.Domain/bin/Debug/net9.0 +/src/JiShe.IoT.Domain/obj +/src/JiShe.IoT.Domain.Shared/bin/Debug/net9.0 +/src/JiShe.IoT.Domain.Shared/obj/Debug/net9.0 +/src/JiShe.IoT.EntityFrameworkCore/bin/Debug/net9.0 +/src/JiShe.IoT.EntityFrameworkCore/obj +/src/JiShe.IoT.FreeSqlRepository/bin/Debug/net9.0 +/src/JiShe.IoT.FreeSqlRepository/obj +/src/JiShe.IoT.HttpApi/bin/Debug/net9.0 +/src/JiShe.IoT.HttpApi/obj +/src/JiShe.IoT.HttpApi.Client/bin/Debug/net9.0 +/src/JiShe.IoT.HttpApi.Client/obj +/test/JiShe.IoT.Application.Tests/bin/Debug/net9.0 +/test/JiShe.IoT.Application.Tests/obj +/test/JiShe.IoT.Domain.Tests/bin/Debug/net9.0 +/test/JiShe.IoT.Domain.Tests/obj +/test/JiShe.IoT.EntityFrameworkCore.Tests/bin/Debug/net9.0 +/test/JiShe.IoT.EntityFrameworkCore.Tests/obj +/test/JiShe.IoT.HttpApi.Client.ConsoleTestApp/bin/Debug/net9.0 +/test/JiShe.IoT.HttpApi.Client.ConsoleTestApp/obj +/test/JiShe.IoT.TestBase/bin/Debug/net9.0 +/test/JiShe.IoT.TestBase/obj +/src/JiShe.IoT.Application/obj +/src/JiShe.IoT.Application.Contracts/obj +/src/JiShe.IoT.Domain.Shared/obj