From 334a54bbc1300ef0556732b2ea624291a120d07b Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期三, 11 十二月 2024 14:52:18 +0800 Subject: [PATCH] 添加SignalR及事件总线支持 --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 38e9040..2e8bcf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1536,3 +1536,4 @@ /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll /Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll +*.zip -- Gitblit v1.9.3