-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cbmignore
More file actions
38 lines (31 loc) · 766 Bytes
/
Copy path.cbmignore
File metadata and controls
38 lines (31 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Extra exclusions for codebase-memory-mcp, layered on top of .gitignore.
# Goal: keep search_graph free of dead symbols from vendored code, build
# output, and maintainer scratch space.
# Vendored / generated
node_modules/
frontend/dist/
backend/dist/
build/
dist/
# Local backup of the pre-public git history — full duplicate of the tree.
# Indexing it would double every symbol.
.git.bak/
# Maintainer scratch space (throwaway SSH runners, deploy tarballs)
.claude_temp/
# Stray empty dir from a malformed shell redirect; safe to delete
frontend;C/
# Backups / snapshots
*.bak
*.bak*
*.orig
*.old/
*_bak_*/
# Agent state
.serena/
.claude/
.cursor/
.playwright-mcp/
# Runtime data / archives (already gitignored, repeated for safety)
data/
*.zip
*.tar.gz