From 8aef0b6939838290282afe6ba57e0c985f4fff7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=A3=8E?= Date: Tue, 17 Mar 2026 12:11:53 +0800 Subject: [PATCH] chore: ignore local git worktrees directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec9df51..f3eeb4a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ node_modules/ .env.production .venv/ .playwright-cli/ +.worktrees/