117 lines
2.1 KiB
Plaintext
117 lines
2.1 KiB
Plaintext
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global Business Ignores
|
|
# https://github.com/github/gitignore/blob/main/Global/Xcode.gitignore
|
|
|
|
## User settings
|
|
xcuserdata/
|
|
|
|
## Xcode build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
|
|
## App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
.build/
|
|
Packages/
|
|
Package.resolved
|
|
*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/
|
|
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
Pods/
|
|
*.xcworkspace
|
|
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
Carthage/Checkouts
|
|
Carthage/Build/
|
|
|
|
# Accio dependency management
|
|
Dependencies/
|
|
.accio/
|
|
|
|
# fastlane
|
|
#
|
|
# It is recommended to not store the screenshots in the git repo.
|
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
|
# For more information about the recommended setup visit:
|
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
|
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# Code Injection
|
|
#
|
|
# After new calculation based on new calculation
|
|
iOSInjectionProject/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# IDE - VSCode
|
|
.vscode/
|
|
|
|
# IDE - JetBrains
|
|
.idea/
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Debug logs
|
|
*.log
|
|
|
|
# Backup files
|
|
*_backup.*
|
|
*.bak
|
|
|
|
# Xcode build artifacts
|
|
to-live-photo/to-live-photo/build/
|
|
|
|
# PyTorch models (use Core ML instead)
|
|
*.pth
|
|
.serena/
|