From a7efd7c7f59b74e5a6a64ff584e6f8d1b283bded Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期一, 09 三月 2026 09:26:18 +0800 Subject: [PATCH] chore: add .worktrees/ to .gitignore for isolated workspaces --- .gitignore | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b069244..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 -- Gitblit v1.9.3