Skip to content

fix: remove 68 tracked files that are also in .gitignore#305

Merged
Alex793x merged 1 commit intodevelopfrom
syncable-cli-skills
Mar 28, 2026
Merged

fix: remove 68 tracked files that are also in .gitignore#305
Alex793x merged 1 commit intodevelopfrom
syncable-cli-skills

Conversation

@Alex793x
Copy link
Copy Markdown
Contributor

These files (build artifacts, db files, planning docs) were committed before their .gitignore rules existed. release-plz detects this as uncommitted changes and refuses to run.

Files removed from tracking (kept on disk):

  • docs/superpowers/{plans,specs}/*.md (caught by docs/** rule)
  • tests/ag-ui-app/*/dist/ (caught by nested .gitignore)
  • tests/ag-ui-app//data/.db* (caught by nested .gitignore)
  • tests/ag-ui-app/frontend/todos.json (caught by nested .gitignore)

These files (build artifacts, db files, planning docs) were committed
before their .gitignore rules existed. release-plz detects this as
uncommitted changes and refuses to run.

Files removed from tracking (kept on disk):
- docs/superpowers/{plans,specs}/*.md (caught by docs/** rule)
- tests/ag-ui-app/*/dist/ (caught by nested .gitignore)
- tests/ag-ui-app/*/data/*.db* (caught by nested .gitignore)
- tests/ag-ui-app/frontend/todos.json (caught by nested .gitignore)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@blocksorg
Copy link
Copy Markdown

blocksorg Bot commented Mar 28, 2026

Mention Blocks like a regular teammate with your question or request:

@blocks review this pull request
@blocks make the following changes ...
@blocks create an issue from what was mentioned in the following comment ...
@blocks explain the following code ...
@blocks are there any security or performance concerns?

Run @blocks /help for more information.

Workspace settings | Disable this message

@Alex793x Alex793x merged commit a6d32e3 into develop Mar 28, 2026
4 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