2014-07-23 18:23:20 -04:00
|
|
|
# Xcode
|
|
|
|
#
|
2015-05-10 08:21:36 -04:00
|
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
|
2019-08-07 08:23:05 -04:00
|
|
|
## User settings
|
|
|
|
xcuserdata/
|
|
|
|
|
2015-05-10 08:21:36 -04:00
|
|
|
## Obj-C/Swift specific
|
2014-07-23 18:23:20 -04:00
|
|
|
*.hmap
|
2019-08-07 08:23:05 -04:00
|
|
|
|
|
|
|
## App packaging
|
2014-07-23 18:23:20 -04:00
|
|
|
*.ipa
|
2016-05-06 05:57:06 -04:00
|
|
|
*.dSYM.zip
|
|
|
|
*.dSYM
|
2014-07-23 18:23:20 -04:00
|
|
|
|
2016-01-03 11:56:41 -05:00
|
|
|
## Playgrounds
|
|
|
|
timeline.xctimeline
|
2016-01-03 12:02:46 -05:00
|
|
|
playground.xcworkspace
|
2016-01-03 11:56:41 -05:00
|
|
|
|
2015-12-04 09:08:40 -05:00
|
|
|
# Swift Package Manager
|
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
|
|
# Packages/
|
2017-01-24 05:16:40 -05:00
|
|
|
# Package.pins
|
2017-08-22 17:58:27 -04:00
|
|
|
# Package.resolved
|
2019-08-07 08:08:55 -04:00
|
|
|
# *.xcodeproj
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2015-12-04 09:08:40 -05:00
|
|
|
.build/
|
|
|
|
|
2014-07-23 18:23:20 -04:00
|
|
|
# CocoaPods
|
|
|
|
#
|
|
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
2015-10-17 16:31:07 -04:00
|
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
2014-07-23 18:23:20 -04:00
|
|
|
#
|
|
|
|
# Pods/
|
2018-06-29 19:02:16 -04:00
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from the Xcode workspace
|
|
|
|
# *.xcworkspace
|
2015-01-15 11:28:08 -05:00
|
|
|
|
|
|
|
# Carthage
|
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
|
|
# Carthage/Checkouts
|
|
|
|
|
2019-08-07 08:23:05 -04:00
|
|
|
Carthage/Build/
|
2015-10-17 16:33:41 -04:00
|
|
|
|
|
|
|
# fastlane
|
|
|
|
#
|
2019-08-07 08:23:05 -04:00
|
|
|
# It is recommended to not store the screenshots in the git repo.
|
|
|
|
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
|
2015-11-11 18:11:58 -05:00
|
|
|
# For more information about the recommended setup visit:
|
2017-02-15 18:47:31 -05:00
|
|
|
# https://docs.fastlane.tools/best-practices/source-control/#source-control
|
2015-10-17 16:33:41 -04:00
|
|
|
|
|
|
|
fastlane/report.xml
|
2016-03-15 20:59:27 -04:00
|
|
|
fastlane/Preview.html
|
2018-04-15 09:34:51 -04:00
|
|
|
fastlane/screenshots/**/*.png
|
2016-03-15 20:59:27 -04:00
|
|
|
fastlane/test_output
|