- Exclude binary, rooms/, agent memory, web/dist from git - plan.md reflects current completed state Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
# Go binary
|
|
server
|
|
|
|
# Runtime data (rooms created by users, not tracked)
|
|
rooms/
|
|
|
|
# Agent memory (generated at runtime)
|
|
agents/*/memory/
|
|
|
|
# Frontend build output
|
|
web/dist/
|
|
|
|
# Env files
|
|
.env
|
|
*.env
|