fix(security): remove internal tooling from public repo
Removed .claude/ (session archives, hooks, instruction history), .credential-vault/ (internal tooling), .memory/ (governance state), .stripe-ids.json (test Stripe IDs), .migration-backup/. Added all to .gitignore to prevent future commits.
This commit is contained in:
parent
9e6ed86342
commit
7064eacdcc
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -96,3 +96,11 @@ docs/research/
|
|||
.admin-credentials.local
|
||||
.env.backup*
|
||||
TRAINING GPU QUESTION FIRST RAISED.txt
|
||||
|
||||
# Internal tooling — NEVER push to public repos
|
||||
.claude/
|
||||
.credential-vault/
|
||||
.memory/
|
||||
.stripe-ids.json
|
||||
.migration-backup/
|
||||
.venv-docs/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue