From b76bcd8b373676c2887945dfd694e9ca706fdb51 Mon Sep 17 00:00:00 2001 From: Logic Date: Wed, 1 Apr 2026 22:46:02 +0800 Subject: [PATCH] chore: ignore local git worktrees --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cec3a36..7f6fcf4 100644 --- a/.gitignore +++ b/.gitignore @@ -125,4 +125,7 @@ GEMINI.md # Copilot .github/copilot-instructions.md -.hydra/ \ No newline at end of file +.hydra/ + +# Local git worktrees +.worktrees/