agent-team/.gitignore
scorpio 421bdf76b6 chore: 移除 node_modules,更新 .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 18:44:51 +08:00

23 lines
268 B
Plaintext

# Go binary
server
main
# Air 热重载临时目录
tmp/
# 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
node_modules/
*.DS_Store
data.db*