this repo has no description
1# Xcode
2#
3# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5## Misc
6*.DS_Store
7.swiftpm/
8
9## User settings
10xcuserdata/
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)
17build/
18DerivedData/
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
38timeline.xctimeline
39playground.xcworkspace
40
41# Swift Package Manager
42#
43# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
44# Packages/
45# Package.pins
46# Package.resolved
47# *.xcodeproj
48#
49# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
50# hence it is not needed unless you have added a package configuration file to your project
51# .swiftpm
52
53.build/
54
55# CocoaPods
56#
57# We recommend against adding the Pods directory to your .gitignore. However
58# you should judge for yourself, the pros and cons are mentioned at:
59# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
60#
61# Pods/
62#
63# Add this line if you want to avoid checking in source code from the Xcode workspace
64# *.xcworkspace
65
66# Carthage
67#
68# Add this line if you want to avoid checking in source code from Carthage dependencies.
69# Carthage/Checkouts
70
71Carthage/Build/
72
73# Accio dependency management
74Dependencies/
75.accio/
76
77# fastlane
78#
79# It is recommended to not store the screenshots in the git repo.
80# Instead, use fastlane to re-generate the screenshots whenever they are needed.
81# For more information about the recommended setup visit:
82# https://docs.fastlane.tools/best-practices/source-control/#source-control
83
84fastlane/report.xml
85fastlane/Preview.html
86fastlane/screenshots/**/*.png
87fastlane/test_output
88
89# Code Injection
90#
91# After new code Injection tools there's a generated folder /iOSInjectionProject
92# https://github.com/johnno1962/injectionforxcode
93
94iOSInjectionProject/