From ca2e8a7c3c9ead9a646646a1175f812ed55d14d2 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 13 三月 2026 12:28:47 +0800
Subject: [PATCH] feat: add core entities

---
 .gitignore |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5f351a2..94881a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,12 @@
-# Build and Object Folders  
-bin/  
-obj/  
-  
-# Nuget packages directory  
+# Build and Object Folders
+bin/
+obj/
+
+# Git worktrees (isolated workspaces)
+.worktrees/
+worktrees/
+
+# Nuget packages directory
 packages/  
   
 ## Ignore Visual Studio temporary files, build results, and  
@@ -405,3 +409,13 @@
 /Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/copilot-chat
 /Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices
 /Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices
+/Code/WCS/WIDESEAWCS_Server/.vs
+/Code/WCS/WIDESEAWCS_Server/.vs
+*.db
+Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/18.0.988.22099/CodeChunks.db
+Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/18.0.988.22099/SemanticSymbols.db
+/Code/WMS/WIDESEA_WMSServer/.vs/CopilotSnapshots
+/Code/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/copilot-chat
+/Code/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18
+/Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices
+/Code/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/18.0.988.22099

--
Gitblit v1.9.3