1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| .DS_Store
|
| # SwiftPM
| .build/
| C1.source/.build/
| C1.source/.swiftpm/
| C1.source/Package.resolved
|
| # Xcode local state
| DerivedData/
| *.xcuserdata/
| *.xcuserstate
|
| # Logs
| *.log
|
| # Local build and release artifacts. Formal release recoverability is tracked
| # by source commit, release tag, manifest, SHA256, and GitHub Release assets.
| C2.builds/
|
|