Skip to content

Commit 030e660

Browse files
sourylimeclaude
andcommitted
gitignore: exclude the Go app bundle + its build artifacts
The Go-core macOS app (Comma Sync Go.app) and its intermediate build outputs weren't ignored, unlike the script app's. Add them so they can't be committed by accident. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e07c4ad commit 030e660

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Build output
22
Comma Sync.app/
3+
Comma Sync Go.app/
34
macos-app/CommaSync
5+
macos-app-go/CommaSyncGo
6+
macos-app-go/core
7+
macos-app-go/core-arm64
8+
macos-app-go/core-amd64
9+
macos-app-go/icon.iconset/
10+
macos-app-go/icon.icns
411
*.dSYM/
512

613
# Your footage and synced data — never commit

0 commit comments

Comments
 (0)