mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
chore: exclude design docs and purge sensitive history
Remove docs/plans/, docs/specs/, and docs/design/ from tracking and add them to .gitignore. History also purged of instance/intercept.db (user auth DB accidentally committed in January). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -70,5 +70,10 @@ reset-sdr.*
|
||||
.superpowers/
|
||||
docs/superpowers/
|
||||
|
||||
# Design and implementation docs (internal use only)
|
||||
docs/plans/
|
||||
docs/specs/
|
||||
docs/design/
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
|
||||
Reference in New Issue
Block a user