chore(GRO-720): harden .gitignore against agent runtime leaks

Add defensive entries to block staging of agent home directories,
GH tokens, and infra-repo checkouts. These patterns were confirmed
exfiltrated in commit a407f866 on the now-deleted branch.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-04-16 17:37:09 +00:00
parent d8dbec1be1
commit 689ebe12b7
+13
View File
@@ -8,3 +8,16 @@ dist/
.turbo/
coverage/
minimax-output/
# Agent runtime artifacts — never commit
.gh-token
*.gh-token
.config/gh/
**/.config/gh/
infra-repo/
infra-repo
**/instructions/.gh-token
**/AGENT_HOME/**
$AGENT_HOME/**
.claude/
.codex/