-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (47 loc) · 989 Bytes
/
.gitignore
File metadata and controls
60 lines (47 loc) · 989 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
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
# Build output
build/
build-*/
cmake-build-*/
# IDE
.vs/
.vscode/
.idea/
*.user
*.suo
# OS
.DS_Store
Thumbs.db
# Driver build output
driver/out/
# Third-party SDKs (proprietary, must not be in public repo)
thirdparty/VST2_SDK/
thirdparty/asiosdk/
# Node.js
node_modules/
# Stream Deck plugin build output
streamdeck-plugin/bin/
# Temporary screenshots
dist/스크린샷*
screenshot*.png
take_screenshot.ps1
# Release binaries and packages (use GitHub Releases instead)
dist/*.zip
dist/*.streamDeckPlugin
dist/RELEASE_NOTES.md
dist/_tmp_release/
dist/release-*/
# Claude Code internal files
.claude/
CLAUDE.md
docs/superpowers/
# AI maintenance guides (per-module, not for public repo)
host/Source/*/README.md
host/Source/README.md
docs/MAINTENANCE_RULES.md
# Development plans
DirectPipe-Development-Plan*.md
# Test files (local only)
test_api.js
# Stream Deck plugin build output (generated by npm run build)
com.directpipe.directpipe.sdPlugin/bin/plugin.js
test_detail.json