-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (61 loc) · 1 KB
/
Copy path.gitignore
File metadata and controls
72 lines (61 loc) · 1 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
# Build artifacts
*.pkg.tar.zst
*.pkg.tar.xz
pkg/
src/
# Downloaded files / binaries
Claude-Setup-x64.exe
*.exe
*.vhdx
claude-desktop-linux-flake/
# Temp files
*.log
*.tmp
.SRCINFO
/tmp/
# IDE files
.idea/
.vscode/
*.swp
*~
# Tool caches
.claude/*
!.claude/skills/
.claude/skills/*/settings.local.json
.playwright-mcp/
cache/
tmp-asar-extract/
# System files
.DS_Store
Thumbs.db
# Generated files
*.pkg.tar.zst
.SRCINFO
PKGBUILD
build
extract
dist-local
# Extracted app source (debug artifacts)
/index.js
/index.html
/mainWindow.js
/MainWindowPage-*.js
/window-shared.css
/package.json
__pycache__/
# Nix build output
result
# Debug notes
/latest.md
/validate_and_fix_claude-setup-x64.md
UPDATE-PROMPT-CC-INPUT-MANUAL.md
.vite
node_modules
resources
-
.codex
disabled
# Raw theme-extract captures (one-time DevTools dumps, not source)
claude-theme-extract-*.json
# x11-bridge moved to its own repo (github.com/patrickjaja/x11-bridge);
# it now lives as a sibling checkout at ../computer-use/x11-bridge, not in-tree.