chore: update .gitignore with tzj/vs_offload configuration
- Add Claude Flow generated files ignore patterns - Add test data directory ignore - Add Serena MCP tool config ignore - Add Windows wrapper files ignore These configurations improve development workflow by excluding temporary and generated files from version control.
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -197,3 +197,36 @@ cython_debug/
|
|||||||
results/
|
results/
|
||||||
outputs/
|
outputs/
|
||||||
.local/
|
.local/
|
||||||
|
|
||||||
|
# Claude Flow generated files
|
||||||
|
.claude/settings.local.json
|
||||||
|
.mcp.json
|
||||||
|
claude-flow.config.json
|
||||||
|
.swarm/
|
||||||
|
.hive-mind/
|
||||||
|
.claude-flow/
|
||||||
|
memory/
|
||||||
|
coordination/
|
||||||
|
memory/claude-flow-data.json
|
||||||
|
memory/sessions/*
|
||||||
|
!memory/sessions/README.md
|
||||||
|
memory/agents/*
|
||||||
|
!memory/agents/README.md
|
||||||
|
coordination/memory_bank/*
|
||||||
|
coordination/subtasks/*
|
||||||
|
coordination/orchestration/*
|
||||||
|
*.db
|
||||||
|
*.db-journal
|
||||||
|
*.db-wal
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite-journal
|
||||||
|
*.sqlite-wal
|
||||||
|
claude-flow
|
||||||
|
# Removed Windows wrapper files per user request
|
||||||
|
hive-mind-prompt-*.txt
|
||||||
|
|
||||||
|
# Test data
|
||||||
|
tests/data/
|
||||||
|
|
||||||
|
# Serena MCP tool config
|
||||||
|
.serena/
|
||||||
|
|||||||
Reference in New Issue
Block a user