From 825505928d9ae7f85df4927bf55ad0ab059b5a15 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 11 三月 2026 11:26:59 +0800
Subject: [PATCH] chore: add .gitignore with worktrees directory

---
 Code/WCS/WIDESEAWCS_Server/.gitignore |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/.gitignore b/Code/WCS/WIDESEAWCS_Server/.gitignore
new file mode 100644
index 0000000..3c18c7d
--- /dev/null
+++ b/Code/WCS/WIDESEAWCS_Server/.gitignore
@@ -0,0 +1,31 @@
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio
+.vs/
+*.user
+*.suo
+*.userosscache
+*.sln.docstates
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# Git worktrees
+.worktrees/

--
Gitblit v1.9.3