From e38ada6674fa837b4e428888f6a15272bc7ec514 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 7 May 2026 10:15:41 +0800 Subject: [PATCH] chore(gitignore): exclude /.worktrees/ and /worktrees/ --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d611fa7..6c8726d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ Thumbs.db # Internal docs (specs / plans should never be committed) /docs/superpowers/ +# Local worktrees (created by superpowers:using-git-worktrees skill) +/.worktrees/ +/worktrees/ + # Embedded SPA dist: ignore real built artifacts but keep the .gitkeep # placeholder so `go build ./cmd/server` succeeds before `make build` runs. /cmd/server/web/dist/*