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

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