feat(GRO-2516): create .gitignore with agent-runtime credential stanza #17
Reference in New Issue
Block a user
Delete Branch "feature/gro-2516-harden-gitignore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds agent-runtime credential ignore rules per the GRO-2516 guardrail (spun out of GRO-2515 security follow-up).
Creates root-level
.gitignore(repo previously had none).Rules added
Verification
git check-ignore -v .gh-token→ matched by**/.gh-tokengit check-ignore -v '$AGENT_HOME/x'→ matched by$AGENT_HOME/**References