ff2851eda2
- Add .gh-token, *.gh-token to block token files - Add .config/gh/ and **/.config/gh/ to block gh CLI config dirs - Add infra-repo and infra-repo/ to block infra checkouts - Add **/instructions/.gh-token to block per-agent token files - Add **/AGENT_HOME/** and $AGENT_HOME/** to block agent home dirs - Add .claude/ and .codex/ to block runtime directories Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
284 B
Plaintext
24 lines
284 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
*.local
|
|
.DS_Store
|
|
*.log
|
|
.turbo/
|
|
coverage/
|
|
minimax-output/
|
|
|
|
# Agent runtime artifacts — never commit
|
|
.gh-token
|
|
*.gh-token
|
|
.config/gh/
|
|
**/.config/gh/
|
|
infra-repo
|
|
infra-repo/
|
|
**/instructions/.gh-token
|
|
**/AGENT_HOME/**
|
|
$AGENT_HOME/**
|
|
.claude/
|
|
.codex/
|