-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (45 loc) · 792 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (45 loc) · 792 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Build artifacts
go/build/
ios/SyncBridge.xcframework/
# Generated files (regenerate via: cd ios && xcodegen generate)
ios/VaultSync/Info.plist
ios/VaultSyncWidget/Info.plist
# macOS
.DS_Store
# Xcode
*.xcuserdata
*.xcresult/
DerivedData/
build/
# Go
*.test
*.out
go/_syncthing_patched/
go/_go-stun_patched/
go/vendor/
# Environment files
.env*
!notify/.env.example
# Signing keys and certificates
*.pem
*.p12
*.key
*.p8
# AI agent files (not tracked)
.omc/
.claude/
state/
CLAUDE.md
AGENTS.md
DEVLOG.md
PHASES.md
# App Store metadata (internal)
appstore/
appstoremetadata/
# Internal process docs
docs/release-checklist.md
docs/relay-activation-release-checklist.md
docs/app-store-connect-relay.md
docs/superpowers/
# Go build artifact (binary named after the dir)
/notify/notify