From 234bec78dd54ca0e2952b8d31d0c17ee1dc89ba9 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期六, 18 四月 2026 15:51:32 +0800 Subject: [PATCH] feat: 添加MES设备动态凭证支持 --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e15e754..b820ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # Git worktrees (isolated workspaces) .worktrees/ worktrees/ +.omc/ # Nuget packages directory packages/ @@ -434,3 +435,10 @@ Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v18/DocumentLayout.json Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json /Code/WMS/WIDESEA_WMSClient/.omc + +# Local IDE and assistant environment files +**/.claude/settings.local.json +**/.vs/**/DocumentLayout.json +**/.vs/**/DocumentLayout.backup.json +/Code/娴嬭瘯宸ュ叿/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data +/Code/娴嬭瘯宸ュ叿/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data -- Gitblit v1.9.3