forked from melonamin/agterm-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 853 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 853 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
# downloaded prebuilt libghostty (never committed — see scripts/setup.sh)
# no trailing slash so the symlink form (worktree setup) is ignored too, not just the dir
GhosttyKit.xcframework
agterm/Resources/ghostty
agterm/Resources/terminfo
*.tar.gz
# build artifacts
build/
.build/
# AT-SPI smoke diagnostics (scripts/test-linux-ui.sh; CI uploads them from here)
artifacts/
agterm.xcodeproj/
.swiftpm/
.DS_Store
# app state / runtime files (only appear if AGTERM_STATE_DIR is pointed at the repo)
settings.json
windows.json
workspaces.json
windows/
*.sock
# revmux review scaffolding: caller-written task context plus its run archive, local to a review
.revmux/
# track the path-scoped Claude rules (the global ~/.gitignore_global ignores .claude/)
!.claude/
.claude/*
!.claude/rules/
agterm-linux-*.tar.gz
agterm-linux-*.tar.gz.sha256
dist-linux/