-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (60 loc) · 1.89 KB
/
Copy path.gitignore
File metadata and controls
68 lines (60 loc) · 1.89 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
.githuman
.DS_Store
.env
.npmrc
.vscode
.cursor/skills/my-*.md
/.sync-repos
sync-monorepo.sh
reset_history.sh
confirmed.txt
/node_modules
packages/**/node_modules/
# Without the trailing slash too: that form matches only directories, so a
# `node_modules` symlink — the usual way to borrow another checkout's install
# for local tooling — slipped through and reached CI as a dangling link.
packages/**/node_modules
packages/**/package-lock.json
packages/**/.npmrc
packages/sdk/bun.lock
NOTICE_LOG.txt
NOTICE_FULL_REPORT.txt
# Local TTS / transcription example output artifacts (generated by
# packages/sdk/examples/**). Never commit these — they're large WAVs
# produced by running the demos locally.
packages/sdk/*-output.wav
packages/sdk/examples/**/*-output.wav
# Slack/Discord copy-paste announcement posts generated by the
# changelog skill (see scripts/sdk/generate-changelog-sdk-pod.cjs
# --generate-announcement-post). These are local working artifacts,
# not release deliverables — never commit them.
packages/*/changelog/*/announcement-post.txt
plugins/*/changelog/*/announcement-post.txt
.claude/worktrees
# Auto-generated agent config (run /setup to regenerate)
.claude/agent-conduct.md
.claude/knowledge/
.claude/agents/
.claude/settings.json
.claude/settings.local.json
.claude/skills/*
!.claude/skills/setup/
# Auto-generated Cursor agent config (run /setup to regenerate)
.cursor/rules/agent-conduct.mdc
.cursor/rules/knowledge/
.cursor/rules/agents/
.cursor/mcp.json
.cursor/skills/orchestrate/
.cursor/skills/release/
.cursor/skills/ci-validate/
.cursor/skills/commit-trace/
.cursor/skills/my-*
.cursor/plans/
.cursor/rules/dev-diary-local.mdc
docs/website/scripts/api-docs/api-data.json
# Per-job vcpkg downloads tree used by .github/actions/setup-vcpkg
# (VCPKG_DOWNLOADS=$GITHUB_WORKSPACE/.vcpkg-downloads). Never commit.
.vcpkg-downloads/
# Local perf-report sim output (sim-*.js scripts)
/tmp/
.nx/