-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (65 loc) · 1.47 KB
/
.gitignore
File metadata and controls
75 lines (65 loc) · 1.47 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
73
74
75
# Build artifacts
.build/
DerivedData/
tmp/
# Xcode
*.xcodeproj
*.xcworkspace
xcuserdata/
# SwiftPM
.swiftpm/
*.log
# macOS
.DS_Store
# IDE
.idea/
*.swp
**/*.tmp
# Node.js
node_modules/
# Ghostty build artifacts and cache
vendor/ghostty/.zig-cache/
vendor/ghostty/macos/build/
vendor/ghostty/zig-out/
vendor/ghostty/vendor/
vendor/ghostty/.git/
# Generated Ghostty resources (regenerated by build-ghostty.sh)
# No trailing slash — matches both the directory and any symlink blob
Sources/AgentStudio/Resources/ghostty
# Terminfo: ignore Ghostty-generated entries but preserve custom xterm-256color.
# xterm-ghostty and ghostty are rebuilt by build-ghostty.sh; xterm-256color is
# our custom build with SGR mouse and full Ghostty capabilities for zmx sessions.
# NOTE: Use /** (not trailing /) so git still descends into the directory and
# the negation pattern below takes effect.
Sources/AgentStudio/Resources/terminfo/**
!Sources/AgentStudio/Resources/terminfo/78/
!Sources/AgentStudio/Resources/terminfo/78/xterm-256color
# Built frameworks (regenerate via build script)
Frameworks/*.xcframework/
vendor/*.app/
AgentStudio.app/
# Build artifacts
*.dSYM/
*.a
*.pcm
*.o
*.profraw
.claude/settings.local.json
.claude/ralph-loop.local.md
arm64-apple-macosx/
checkouts/
repositories/
debug
debug.yaml
plugin-tools.yaml
workspace-state.json
Frameworks/GhosttyKit.xcframework
.build-zmxe2e
.build-*
test-inventory-*.md
.lock
build.db
.codanna
.codannaignore
.fastembed_cache
build.db-journal