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