2015-08-28 11:44:04 +03:00
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
2019-12-20 02:04:12 +03:00
## User settings
xcuserdata/
2015-08-28 11:44:04 +03:00
## Obj-C/Swift specific
*.hmap
2019-12-20 02:04:12 +03:00
## App packaging
2015-08-28 11:44:04 +03:00
*.ipa
2017-03-15 15:30:00 +03:00
*.dSYM.zip
*.dSYM
2015-08-28 11:44:04 +03:00
2014-04-18 20:17:28 +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:
2017-03-15 15:30:00 +03:00
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
2015-08-28 11:44:04 +03:00
#
2017-03-15 15:30:00 +03:00
# Pods/
2018-11-04 01:06:09 +03:00
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
2015-08-28 11:44:04 +03:00
# Carthage
2014-04-18 20:17:28 +04:00
#
2015-08-28 11:44:04 +03:00
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
2019-12-20 02:04:12 +03:00
Carthage/Build/
2017-03-15 15:30:00 +03:00
# fastlane
#
2019-12-20 02:04:12 +03: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.
2017-03-15 15:30:00 +03:00
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
2018-11-04 01:06:09 +03:00
fastlane/screenshots/**/*.png
2017-03-15 15:30:00 +03:00
fastlane/test_output