chore(gitignore): exclude /.worktrees/ and /worktrees/

This commit is contained in:
2026-05-07 10:15:41 +08:00
parent a2b6d5382e
commit e38ada6674
+4
View File
@@ -36,6 +36,10 @@ Thumbs.db
# Internal docs (specs / plans should never be committed) # Internal docs (specs / plans should never be committed)
/docs/superpowers/ /docs/superpowers/
# Local worktrees (created by superpowers:using-git-worktrees skill)
/.worktrees/
/worktrees/
# Embedded SPA dist: ignore real built artifacts but keep the .gitkeep # Embedded SPA dist: ignore real built artifacts but keep the .gitkeep
# placeholder so `go build ./cmd/server` succeeds before `make build` runs. # placeholder so `go build ./cmd/server` succeeds before `make build` runs.
/cmd/server/web/dist/* /cmd/server/web/dist/*