d0745ed802
feat: .gitignore hardening - agent-runtime files (GRO-2516) Co-Authored-By: Paperclip <noreply@paperclip.ing>
19 lines
244 B
Plaintext
19 lines
244 B
Plaintext
node_modules/
|
|
.env
|
|
.env.production
|
|
.env.local
|
|
dist/
|
|
playwright-report/
|
|
test-results/
|
|
*.log
|
|
# Agent runtime artifacts — never commit
|
|
.gh-token
|
|
*.gh-token
|
|
**/.gh-token
|
|
.config/gh/
|
|
**/.config/gh/
|
|
**/AGENT_HOME/**
|
|
$AGENT_HOME/**
|
|
.claude/
|
|
.codex/
|