This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/.gitignore
T
Test User 5b33efdddd chore(GRO-720): harden .gitignore against agent runtime leaks
Add defensive entries to prevent agent home artifacts, gh tokens,
and infra-repo checkouts from being accidentally committed.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-18 10:09:30 +00:00

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/