cleanup: remove tracked editor artifacts and stale local debris #317
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #305
Problem
The tracked tree currently includes at least one editor swap artifact under
src/contexts/.navigation.tsx.swp. This kind of debris creates noise for agents, search results, and future refactors.Solution
Do a repo hygiene pass:
.gitignorefor common swap/session files if neededAcceptance criteria
.gitignoreprevents obvious recurrence without hiding legitimate source files.git status --shortis clean after the PR.just lintpasses if source files or ignore rules change.