-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (28 loc) · 705 Bytes
/
.gitignore
File metadata and controls
31 lines (28 loc) · 705 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
.DS_Store
/.build
/Packages
!/packages/
!/packages/**
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
# Node/Electron/TypeScript
node_modules/
apps/*/dist/
packages/*/dist/
apps/e2e/playwright-report/
apps/e2e/test-results/
/artifacts/
/release/
*.tsbuildinfo
*.log
# Claude Code worktrees
.claude/worktrees/
# Native audio-host sidecar (v3.39 Phase 1a). JUCE is vendored as a shallow
# clone/submodule bootstrapped by scripts/build-sidecar.sh; do not commit
# its 100MB+ source tree, and never commit per-machine CMake build output.
native/pp-audio-host/JUCE/
native/pp-audio-host/build/
native/pp-audio-host/build-*/