2019-08-07 18:10:05 +08:00
|
|
|
# OS X
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata/
|
|
|
|
*.xccheckout
|
|
|
|
profile
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
2019-10-10 17:58:36 +08:00
|
|
|
IDEWorkspaceChecks.plist
|
2019-08-07 18:10:05 +08:00
|
|
|
|
|
|
|
# Bundler
|
|
|
|
.bundle
|
|
|
|
|
|
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
2019-08-09 15:58:21 +08:00
|
|
|
Carthage/Checkouts
|
2019-08-07 18:10:05 +08:00
|
|
|
Carthage/Build
|
2020-02-25 14:59:16 +08:00
|
|
|
Cartfile.resolved
|
2019-08-07 18:10:05 +08:00
|
|
|
|
|
|
|
# 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-ignore-the-pods-directory-in-source-control
|
|
|
|
#
|
|
|
|
# Note: if you ignore the Pods directory, make sure to uncomment
|
|
|
|
# `pod install` in .travis.yml
|
|
|
|
#
|
2019-08-07 18:51:28 +08:00
|
|
|
Pods/
|
2019-10-26 00:26:03 +08:00
|
|
|
Podfile.lock
|
2019-08-09 16:25:52 +08:00
|
|
|
|
|
|
|
# SwiftPM
|
|
|
|
.build
|
2019-10-03 14:45:36 +08:00
|
|
|
.swiftpm
|
2022-09-15 01:13:54 +08:00
|
|
|
Package.resolved
|