Skip to content

fix: drop stray docs index db committed in #33#34

Merged
saldestechnology merged 1 commit into
mainfrom
fix/remove-stray-docs-index
Jul 12, 2026
Merged

fix: drop stray docs index db committed in #33#34
saldestechnology merged 1 commit into
mainfrom
fix/remove-stray-docs-index

Conversation

@saldestechnology

Copy link
Copy Markdown
Collaborator

PR #33 accidentally committed a 155 KB ctx index (docs/website/docs/.ctx/codebase.sqlite). It was swept in by git add docs/website because the root .gitignore rule .ctx/* is anchored to the repo root and does not match .ctx dirs nested in subdirectories.

  • Remove the tracked binary
  • Add **/.ctx/* (with !**/.ctx/config.toml) so nested .ctx index dirs are ignored everywhere, matching the intent of the existing root rule

…x dirs

PR #33 accidentally committed a 155 KB ctx index (codebase.sqlite) under
docs/website/docs/.ctx/. The root .gitignore rule '.ctx/*' is anchored to
the repo root, so nested .ctx dirs were never ignored. Remove the file and
add '**/.ctx/*' (keeping config.toml) so it can't recur.
@saldestechnology
saldestechnology merged commit a2b3d0f into main Jul 12, 2026
8 checks passed
@saldestechnology
saldestechnology deleted the fix/remove-stray-docs-index branch July 12, 2026 19:14
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