-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 1.12 KB
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 1.12 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
# Xcode
build/
DerivedData/
*.xcuserdata
*.xcworkspace
xcuserdata/
*.xccheckout
*.moved-aside
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# Swift Package Manager
.build/
Packages/SonosKit/.build/
.swiftpm/
# macOS
.DS_Store
*.swp
*~
# App data
*.app
# Cache
topology_cache.json
# Local-only TODO (cross-release notes, not for GitHub)
docs/TODO.md
# Claude Code project settings — local-only IDE configuration that can
# embed personal-machine paths in its allowlist. Must never be committed.
.claude/
# Defense-in-depth — secret/key patterns that should never be committed.
# Nothing matching currently exists in the tree; these prevent accidental
# adds if a developer ever drops a cert or env file into the repo.
.env
.env.local
.env.*.local
*.p12
*.pem
*.cer
*.key
*.keystore
.release.env
# ForFunView.swift and GalaxyVisWindow.swift are local-only while the
# visualisations get reworked. Neither is in project.pbxproj's source
# list, so the build succeeds whether or not they exist on disk. Restore
# by adding the file ref + build entry back into project.pbxproj when ready.
Choragus/Views/ForFunView.swift
Choragus/Views/GalaxyVisWindow.swift