You've already forked agentic-coding-workflow
chore(gitignore): exclude /.worktrees/ and /worktrees/
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user