agent-team/.gitignore
2026-03-10 09:20:46 +08:00

26 lines
357 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# SQLite WAL/SHM 临时文件data.db 本身需要同步)
data.db-wal
data.db-shm
.worktrees/