mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-21 23:26:34 +01:00
🧹 chore: Resolve correct memory directory in .gitignore (#12330)
* fix: Exclude memory directory from gitignore for API package * fix: Scope memory/ and coordination/ gitignore to repo root Prefix patterns with `/` so they only match root-level Claude Flow artifact directories, not workspace source like packages/api/src/memory/. --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
54fc9c2c99
commit
28c2e224ae
1 changed files with 10 additions and 10 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -154,16 +154,16 @@ 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/*
|
||||
/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue