2024-09-07 07:46:59 +00:00
|
|
|
# Mac OS
|
2024-09-07 08:40:54 +02:00
|
|
|
.DS_Store
|
2024-09-07 07:46:59 +00:00
|
|
|
.netrc
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
# Xcode
|
2024-09-07 08:40:54 +02:00
|
|
|
DerivedData/
|
2024-09-07 07:46:59 +00:00
|
|
|
|
|
|
|
## User settings
|
|
|
|
xcuserdata/
|
|
|
|
|
|
|
|
## Obj-C/Swift specific
|
|
|
|
*.hmap
|
|
|
|
|
|
|
|
## App packaging
|
|
|
|
*.ipa
|
|
|
|
*.dSYM.zip
|
|
|
|
*.dSYM
|
|
|
|
|
|
|
|
# Swift Package Manager
|
|
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
|
|
Packages/
|
|
|
|
# Package.pins
|
|
|
|
# Package.resolved
|
|
|
|
*.xcodeproj
|
|
|
|
.build
|
|
|
|
.devContainer
|
|
|
|
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
|
|
|
|
# hence it is not needed unless you have added a package configuration file to your project
|
|
|
|
.swiftpm
|
2024-09-07 08:40:54 +02:00
|
|
|
.swiftpm/configuration/registries.json
|
2024-09-07 07:46:59 +00:00
|
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|