Skip to content

chore: stop tracking local tooling dirs#6

Merged
pbean merged 1 commit into
mainfrom
chore/untrack-local-tooling-dirs
Jun 18, 2026
Merged

chore: stop tracking local tooling dirs#6
pbean merged 1 commit into
mainfrom
chore/untrack-local-tooling-dirs

Conversation

@pbean

@pbean pbean commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Removes local-only tooling/scaffolding directories from version control so they no longer publish to the GitHub repo. Files remain on disk locally (now gitignored).

What changed

  • Untracked from git (kept on disk):
    • `.agents/` (skills scaffolding)
    • `.vscode/` (was tracking `extensions.json` via an un-ignore exception)
    • `_bmad/`
    • `_bmad-output/`
  • `.gitignore`: added `.agents/`, `_bmad/`, `_bmad-output/`; replaced the `.vscode/*` + `!.vscode/extensions.json` exception with a blanket `.vscode/`.

Verification

  • `git ls-files` shows 0 of these paths remain tracked.
  • All four dirs still present on disk.
  • `git check-ignore` confirms all four are ignored.

🤖 Generated with Claude Code

…ad-output)

Remove .agents/, .vscode/, _bmad/, and _bmad-output/ from version control
and add them to .gitignore. Files remain on disk locally; this only stops
them from being published to the GitHub repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pbean pbean merged commit 793650b into main Jun 18, 2026
3 checks passed
@pbean pbean deleted the chore/untrack-local-tooling-dirs branch June 18, 2026 21:16
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