Merge pull request 'feat(GRO-2516): create .gitignore with agent-runtime credential stanza' (#14) from feature/gro-2516-harden-gitignore into main

feat(GRO-2516): add agent-runtime credential stanza to .gitignore
This commit was merged in pull request #14.
This commit is contained in:
2026-06-25 02:24:20 +00:00
+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/