From 49ba18e827d39b65457b2184510f50ccb935c030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Sat, 4 Apr 2026 20:34:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.worktrees/=20?= =?UTF-8?q?=E5=88=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 git worktree 隔离工作区做准备 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad2f360..35fa4b0 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,7 @@ nbdist/ .trae/ # docs -docs/ \ No newline at end of file +docs/ + +# git worktrees +.worktrees/ \ No newline at end of file