Skip to content

chore: untrack stray .context/todos file - #14

Merged
brettdavies merged 1 commit into
devfrom
chore/untrack-stray-todo
Apr 16, 2026
Merged

chore: untrack stray .context/todos file#14
brettdavies merged 1 commit into
devfrom
chore/untrack-stray-todo

Conversation

@brettdavies

Copy link
Copy Markdown
Owner

Summary

Removes `.context/compound-engineering/todos/001-pending-p3-source-common-layer.md` from
git tracking. The file was committed before the global gitignore rules excluded
`/.context/` and `/todos/`. The file stays on disk locally, where it belongs.

Type of Change

  • `chore`: Maintenance

`.context/` and `todos/` are local-only by design — the global
gitignore at `~/.config/git/ignore` excludes `**/todos/`,
`**/.context/`, and `**/TODOS.md`. This file was committed before
that rule existed and remained tracked because gitignore doesn't
unignore already-tracked paths.

Removing from the index only — the file stays on disk locally, where
it belongs. Any new files in those paths will be ignored automatically
going forward.
@brettdavies
brettdavies merged commit 5a7f748 into dev Apr 16, 2026
@brettdavies
brettdavies deleted the chore/untrack-stray-todo branch April 16, 2026 00:42
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