Files
groombook.dev/.gitignore
T
Stockboy Steve f19131801f 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>
2026-06-25 02:18:35 +00:00

11 lines
153 B
Plaintext

# Agent runtime artifacts — never commit
.gh-token
*.gh-token
**/.gh-token
.config/gh/
**/.config/gh/
**/AGENT_HOME/**
$AGENT_HOME/**
.claude/
.codex/