forked from steipete/CodexBar
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·134 lines (119 loc) · 2.17 KB
/
Copy path.gitignore
File metadata and controls
executable file
·134 lines (119 loc) · 2.17 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Xcode user/session
xcuserdata/
# Build products
.build/
DerivedData
# Bundles / artifacts
# Main app bundle (any variation)
CodexBar.app/
CodexBar *.app/
CodexBar_*.app/
Codexbar.app/
# Release artifacts
*.ipa
*.dSYM*
*.zip
*.delta
*.dmg
*.pkg
*.tar.gz
*.tgz
Icon.iconset
debug_*.swift
# Misc
.DS_Store
# Debug/analysis docs
docs/*-analysis.md
# Spec/plan scratch under docs (not product docs)
docs/superpowers/
# Swift Package Manager metadata (leave sources tracked)
# Packages/
# Package.resolved
# Rust build artifacts
rust/target/
target/
# Generated Tauri schemas from local desktop checks
apps/desktop-tauri/src-tauri/gen/schemas/*.json
rust/gen/schemas/*.json
# Claude temp files
tmpclaude-*
.claude/
.factory/
.clawpatch/
# IDE
.idea/
.vscode/
*.swp
*.swo
node_modules/
dist/
nul
# Local scripts and env files
.env
.env.*
/.local/
# Docs children ignored generally; ADRs are product docs and stay trackable
/docs/*
!/docs/adr/
/docs/adr/*
!/docs/adr/*.md
/scripts/*
/docs/ui-parity-workflow.md
/scripts/crop_vm_preferences_proof.sh
/scripts/fetch_vm_preferences_proof.sh
/scripts/run_vm_provider_proof.sh
/scripts/vm/*
*.ps1
!dev.ps1
!scripts/*.ps1
!scripts/**/*.ps1
!/scripts/macos-windows-cross-build.sh
!/scripts/run_vm_provider_proof.sh
!/scripts/vm/provider_osclick_proof_unc.ps1
!/scripts/vm/run_provider_proof_remote.sh
!/scripts/vm/setup_syncthing_windows.ps1
!/scripts/vm/windows_debug_relaunch.ps1
version.env
.stfolder-win-codexbar/
# VM proof artifacts (screenshots/captures from Windows VM sessions)
win11-*.png
win11-*.ppm
win11-*.json
session1-*.png
session1-*.txt
*.ppm
# Throwaway launch scripts
launch-cb-nossh.cmd
launch-cb.cmd
launch-cb*.ps1
run-cb.ps1
check_windows.ps1
# Stray Windows binaries (artifacts of cargo build, not source)
codexbar.exe
codexbar-desktop-tauri.exe
/*.exe
# Local git worktrees
.worktrees/
.atl/
# --- Local proof-run / CI debris (untracked, keep off disk-tracking) ---
window-state-cua-*.json
cua-*.png
issue241-*.png
proof-*.png
proof-abc-*.py
codexbar-proof-*/
proof-*/
.ai-bridge/
.freebuff/
.zcode/
.review/
manifests/
.circleci/info.yml
target-port054/
final-port054/
build.log
build-output.log
clippy_*.txt
fmt_*.txt
rust_test*.txt
tauri_test*.txt