1+ # Created by https://www.toptal.com/developers/gitignore/api/xcode,swift,cocoapods
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=xcode,swift,cocoapods
3+
4+ # ## CocoaPods ###
5+ # # CocoaPods GitIgnore Template
6+
7+ # CocoaPods - Only use to conserve bandwidth / Save time on Pushing
8+ # - Also handy if you have a large number of dependant pods
9+ # - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
10+ Pods /
11+
12+ # ## Swift ###
13+ # Xcode
14+ #
15+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
16+
17+ # # User settings
18+ xcuserdata /
19+
20+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
21+ * .xcscmblueprint
22+ * .xccheckout
23+
24+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
25+ build /
26+ DerivedData /
27+ * .moved-aside
28+ * .pbxuser
29+ ! default.pbxuser
30+ * .mode1v3
31+ ! default.mode1v3
32+ * .mode2v3
33+ ! default.mode2v3
34+ * .perspectivev3
35+ ! default.perspectivev3
36+
37+ # # Obj-C/Swift specific
38+ * .hmap
39+
40+ # # App packaging
41+ * .ipa
42+ * .dSYM.zip
43+ * .dSYM
44+
45+ # # Playgrounds
46+ timeline.xctimeline
47+ playground.xcworkspace
48+
49+ # Swift Package Manager
50+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
51+ # Packages/
52+ # Package.pins
53+ # Package.resolved
54+ # *.xcodeproj
55+ # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
56+ # hence it is not needed unless you have added a package configuration file to your project
57+ # .swiftpm
58+
59+ .build /
60+
61+ # CocoaPods
62+ # We recommend against adding the Pods directory to your .gitignore. However
63+ # you should judge for yourself, the pros and cons are mentioned at:
64+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
65+ # Pods/
66+ # Add this line if you want to avoid checking in source code from the Xcode workspace
67+ # *.xcworkspace
68+
69+ # Carthage
70+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
71+ # Carthage/Checkouts
72+
73+ Carthage /Build /
74+
75+ # Accio dependency management
76+ Dependencies /
77+ .accio /
78+
79+ # fastlane
80+ # It is recommended to not store the screenshots in the git repo.
81+ # Instead, use fastlane to re-generate the screenshots whenever they are needed.
82+ # For more information about the recommended setup visit:
83+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
84+
85+ fastlane /report.xml
86+ fastlane /Preview.html
87+ fastlane /screenshots /** /* .png
88+ fastlane /test_output
89+
90+ # Code Injection
91+ # After new code Injection tools there's a generated folder /iOSInjectionProject
92+ # https://github.com/johnno1962/injectionforxcode
93+
94+ iOSInjectionProject /
95+
96+ # ## Xcode ###
97+
98+ # # Xcode 8 and earlier
99+
100+ # ## Xcode Patch ###
101+ * .xcodeproj /*
102+ ! * .xcodeproj /project.pbxproj
103+ ! * .xcodeproj /xcshareddata /
104+ ! * .xcodeproj /project.xcworkspace /
105+ ! * .xcworkspace /contents.xcworkspacedata
106+ /* .gcno
107+ ** /xcshareddata /WorkspaceSettings.xcsettings
108+
109+ # End of https://www.toptal.com/developers/gitignore/api/xcode,swift,cocoapods
0 commit comments