mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
chore: glob-ignore per-container docker scratch dirs
Replaces the single .docker-claude-mem-data/ entry with .docker-claude-mem*-data/ so parallel worktree containers (e.g. .docker-claude-mem-luma-data/) stay out of git without needing a new rule each time. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -43,8 +43,8 @@ plugin/.cli-installed
|
||||
# Local contribution analysis (not part of upstream)
|
||||
CONTRIB_NOTES.md
|
||||
|
||||
# Docker dev harness — persistent SQLite + Chroma state
|
||||
.docker-claude-mem-data/
|
||||
# Docker dev harness — persistent SQLite + Chroma state (per-container scratch dirs)
|
||||
.docker-claude-mem*-data/
|
||||
|
||||
# SWE-bench eval outputs
|
||||
evals/swebench/runs/
|
||||
|
||||
Reference in New Issue
Block a user