From 5d87656909439da609cc9ae5c385db353c955e4f Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 5 Jul 2026 14:25:04 +0100 Subject: [PATCH] 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2af7fed..a574434 100644 --- a/.gitignore +++ b/.gitignore @@ -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/