forked from Dicklesworthstone/vibe_cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (53 loc) · 1.01 KB
/
.gitignore
File metadata and controls
62 lines (53 loc) · 1.01 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# bv (beads viewer) local config and caches
.bv/
# Rust build directories (standard and colored variants)
/target/
/target-*/
# Test output logs (ephemeral)
/tests/logs/*.err
/tests/logs/*.out
/tests/logs/*.json
/tests/logs/summary.json
# IDE and editor
.idea/
.vscode/
*.swp
*~
# Web dashboard (Next.js)
/web/node_modules/
/web/dist/
/web/.next/
# Local scratch DBs
storage.sqlite3
storage.sqlite3-*
# Stray compiler output
a.out
# OS files
.DS_Store
Thumbs.db
# ACFS ephemeral patterns (auto-generated agent artifacts)
core
core.*
cline.mcp.json
codex.mcp.json
cursor.mcp.json
gemini.mcp.json
opencode.json
windsurf.mcp.json
*.mcp.json.*.bak
.opencode.json.*.bak
.windsurf.mcp.json.*.bak
.agent-mail-project-id
.agent-mail.yaml
*.sqlite3.bak
*.sqlite3.corrupt*
storage.sqlite3.corrupt-*
storage.sqlite3-shm.corrupt-*
storage.sqlite3-wal.corrupt-*
.beads/*.corrupt*
.beads/*.pre_repair_*
.beads/*.repair_candidate_*
.beads/*.bak-corrupt
.claude/
# Nested crate build artifacts (e.g., crates/vc_tui/target/)
crates/*/target/