-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 1.45 KB
/
Copy path.gitignore
File metadata and controls
58 lines (49 loc) · 1.45 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
# Dependencies — any workspace or nested package (do not commit)
node_modules/
/packages/cli/dist
/packages/cli-core/dist
/packages/registry-schema/dist
/apps/www/package-lock.json
/packages/cli/package-lock.json
NPM_PUBLISH_GUIDE.md
/temp-test
# E2E sandbox Next apps (generated by scripts/test-*.ts; do not commit)
/e2e-components-test/
/e2e-shadcn-components-test/
/docs/repo-ui-audit.local.md
/docs/repo-ui-audit-current.local.md
.venv
.env
.mempalace
mempalace.yaml
.mempalace.json
.mempalace.db
.mempalace.db-wal
entities.json
# Claude Code
.claude/worktrees
.worktrees/
.turbo*
.claire*
# Local design/planning docs — keep on disk, do not version
COMPONENT_PROMPTS.md
backlogs.md
PREMIUM.local.md
# Local-only Remotion promo workspace — do not version or publish to GitHub.
# Excluded from pnpm-workspace.yaml as well; install deps from inside the dir.
/apps/promo/
# Locally-installed agent skills (via `npx skills add ...`) — per-developer, do not version.
# Whitelist project-tracked slash-commands so the intent stays explicit alongside the ignore.
.agents/
.claude/skills/*
!.claude/skills/debug-issue.md
!.claude/skills/explore-codebase.md
!.claude/skills/refactor-safely.md
!.claude/skills/review-changes.md
!.claude/skills/add-component/
!.claude/skills/add-component/*
!.claude/skills/component-merge-review/
!.claude/skills/component-merge-review/*
!.claude/skills/registry-rebuild-verify/
!.claude/skills/registry-rebuild-verify/*
skills-lock.json