This repository was archived by the owner on Jun 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (63 loc) · 1.61 KB
/
.gitignore
File metadata and controls
80 lines (63 loc) · 1.61 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Dependencies
node_modules/
# Build output
dist/
# Environment (contains credentials)
.env
.env.local
# Synced workspaces (never commit workspace content)
stack.cards/
boxel.ai/
boxel-workspaces/
down/
down-*/
up/
.boxel-sync.json
.boxel-history/
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Test workspaces
test-workspace/
*-workspace/
# Test coverage output
coverage/
# Logs
*.log
npm-debug.log*
# TypeScript cache
*.tsbuildinfo
# Worktrees
.claude/worktrees
.gstack/
# Runtime locks
.claude/scheduled_tasks.lock
# ─── Drift guards ──────────────────────────────────────────────────────────
# Content that historically leaked into this repo while working in Boxel
# workspaces from a CWD inside boxel-cli. These belong to boxel's realm-server,
# host, or are workspace content — never boxel-cli source. Fail closed: if
# any of these reappear, they stay untracked instead of silently committed.
# Design docs about Boxel platform (not CLI)
/docs/yjs-*.md
/docs/realm-*.md
/docs/*collaboration*.md
/docs/boxel-package-*.md
/docs/catalog-*.md
/docs/card-field-*.md
/docs/cross-realm-*.md
/docs/llm-wiki/
# Data-generation scripts for realms (belong with the workspace they feed)
/scripts/northwind*
/scripts/generate-*
/scripts/fetch-northwind.mjs
/scripts/northwind-cache/
# JQXL engine tests (the engine lives in realm-server, not here)
/test/helpers/jqxl-*
/test/lib/jqxl-*
# Misplaced Claude skills (add legit skills to .claude/commands/ by hand)
/.claude/commands/extract-theme.md