22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
/Packages
|
|
*.o
|
|
*.d
|
|
|
|
# Xcode
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
xcuserdata/
|
|
DerivedData/
|
|
|
|
# SwiftPM config (keep user-specific settings out of repo)
|
|
.swiftpm/configuration/registries.json
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
|
|
# Credentials
|
|
.netrc
|