feat(GRO-2516): create .gitignore with agent-runtime credential stanza

Adds root-level .gitignore to prevent accidental commit of agent
credential artifacts (.gh-token, .config/gh/, .claude/, .codex/,
AGENT_HOME) per the GRO-2516 guardrail.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Stockboy Steve
2026-06-25 02:18:29 +00:00
parent 5d39685451
commit 2da85037a6
+10
View File
@@ -0,0 +1,10 @@
# Agent runtime artifacts — never commit
.gh-token
*.gh-token
**/.gh-token
.config/gh/
**/.config/gh/
**/AGENT_HOME/**
$AGENT_HOME/**
.claude/
.codex/