Skip to content

Ignore local scratch artifacts and terraform plan files#3

Merged
brendanbabb merged 1 commit into
mainfrom
chore/gitignore-scratch
May 14, 2026
Merged

Ignore local scratch artifacts and terraform plan files#3
brendanbabb merged 1 commit into
mainfrom
chore/gitignore-scratch

Conversation

@brendanbabb
Copy link
Copy Markdown

Adds .gitignore entries for files that were sitting untracked in working trees but are not part of the project:

  • terraform/*/tfplan — Terraform plan output. deploy.sh writes then rms it, but interrupted runs leave it behind.
  • .claude/ — Claude Code local session/config directory.
  • live_*.json, probe_*.json — local API-probe / debug scratch output.

Verified with git check-ignore that each previously-untracked scratch path is now ignored. No code or behavior change.

🤖 Generated with Claude Code

Add gitignore entries for files that were sitting untracked in working
trees but are not part of the project:

- terraform/*/tfplan — Terraform plan output (deploy.sh writes then rm's
  it, but interrupted runs leave it behind).
- .claude/ — Claude Code local session/config directory.
- live_*.json, probe_*.json — local API-probe / debug scratch output.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@brendanbabb brendanbabb merged commit 1fe1c46 into main May 14, 2026
2 checks passed
@brendanbabb brendanbabb deleted the chore/gitignore-scratch branch May 14, 2026 21:44
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