Skip to content

chore: ignore pi-CLI task transcripts (.pi/) - #629

Merged
davidfarah2003 merged 1 commit into
mainfrom
chore/gitignore-pi-working-state
Aug 24, 2026
Merged

chore: ignore pi-CLI task transcripts (.pi/)#629
davidfarah2003 merged 1 commit into
mainfrom
chore/gitignore-pi-working-state

Conversation

@davidfarah2003

Copy link
Copy Markdown
Contributor

pi-CLI task transcripts are per-developer working state and must never be committed. Box-local git excludes (.git/info/exclude) do not travel with the repo, so the ignore belongs in the tracked .gitignore.

One line, ignore-behaviour only. Verified on a fresh worktree off main:

  • git status shows only the .gitignore edit; no tracked file is affected (tracked-file count unchanged, 1319 before and after).
  • git check-ignore confirms .pi/ is now ignored.
  • Nothing under .pi/ is tracked anywhere in the tree, so nothing is un-tracked by the change.

pi-CLI task transcripts are per-developer working state and must never be committed; box-local excludes do not travel with the repo.
@davidfarah2003
davidfarah2003 merged commit d24a8fd into main Aug 24, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant