0265afa054
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
43 lines
483 B
Plaintext
43 lines
483 B
Plaintext
|
|
# Local agent/runtime state
|
|
.agents/
|
|
.claude/
|
|
.claude-flow/
|
|
.codex/
|
|
.swarm/
|
|
.agent-backups/
|
|
.agent-logs/
|
|
.agent-prompts/
|
|
|
|
# Build outputs and dependencies
|
|
node_modules/
|
|
dist/
|
|
coverage/
|
|
.vite/
|
|
.svelte-kit/
|
|
frontend/node_modules/
|
|
server/node_modules/
|
|
frontend/dist/
|
|
|
|
# Local data and cache files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.tar.gz
|
|
*.log
|
|
originals-*/
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Common editor / OS cruft
|
|
.DS_Store
|
|
*.swp
|
|
*~
|