9e3c6b06b0
Keep Codex / claude-flow scaffolding (.agents/, .codex/, AGENTS.md) out of the repo — these are locally generated and not project sources. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
38 lines
618 B
Plaintext
38 lines
618 B
Plaintext
/target
|
|
/.sccache-cache
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.env
|
|
*.tmp
|
|
data/
|
|
.claude/
|
|
|
|
# ruflo runtime state
|
|
agentdb.rvf
|
|
agentdb.rvf.lock
|
|
|
|
# IDE project files
|
|
.idea/
|
|
|
|
# Browser e2e harness artifacts
|
|
solitaire_server/e2e/node_modules/
|
|
solitaire_server/e2e/playwright-report/
|
|
solitaire_server/e2e/test-results/
|
|
|
|
# Android signing keystores — never commit
|
|
*.jks
|
|
*.jks.bak
|
|
*.jks.bak*
|
|
*.keystore
|
|
|
|
# Kubernetes secrets — apply manually, never commit
|
|
deploy/matomo-secret.yaml
|
|
deploy/*-secret.yaml
|
|
deploy/*-auth-secret.yaml
|
|
|
|
# Local agent-tooling artifacts (Codex / claude-flow) — keep out of the repo
|
|
/.agents/
|
|
/.codex/
|
|
/AGENTS.md
|