agent-team/.gitignore
sdaduanbilei 8cb4e041c8 fix
2026-03-09 17:38:43 +08:00

25 lines
345 B
Plaintext
Raw 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