File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Xcode
2+ #
3+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+ # # User settings
6+ xcuserdata /
7+
8+ # # Obj-C/Swift specific
9+ * .hmap
10+
11+ # # App packaging
12+ * .ipa
13+ * .dSYM.zip
14+ * .dSYM
15+
16+ # # Playgrounds
17+ timeline.xctimeline
18+ playground.xcworkspace
19+
20+ # Swift Package Manager
21+ #
22+ # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
23+ # Packages/
24+ # Package.pins
25+ # Package.resolved
26+ # *.xcodeproj
27+ #
28+ # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
29+ # hence it is not needed unless you have added a package configuration file to your project
30+ # .swiftpm
31+
32+ .build /
33+
34+ # CocoaPods
35+ #
36+ # We recommend against adding the Pods directory to your .gitignore. However
37+ # you should judge for yourself, the pros and cons are mentioned at:
38+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
39+ #
40+ # Pods/
41+ #
42+ # Add this line if you want to avoid checking in source code from the Xcode workspace
43+ # *.xcworkspace
44+
45+ # Carthage
46+ #
47+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
48+ # Carthage/Checkouts
49+
50+ Carthage /Build /
51+
52+ # fastlane
53+ #
54+ # It is recommended to not store the screenshots in the git repo.
55+ # Instead, use fastlane to re-generate the screenshots whenever they are needed.
56+ # For more information about the recommended setup visit:
57+ # https://docs.fastlane.tools/best-practices/source-control/#source-control
58+
59+ # Prerequisites
60+ * .d
61+
62+ # Object files
63+ * .o
64+ * .ko
65+ * .obj
66+ * .elf
67+
68+ # Linker output
69+ * .ilk
70+ * .map
71+ * .exp
72+
73+ # Precompiled Headers
74+ * .gch
75+ * .pch
76+
77+ # Libraries
78+ * .lib
79+ * .a
80+ * .la
81+ * .lo
82+
83+ # Shared objects (inc. Windows DLLs)
84+ * .dll
85+ * .so
86+ * .so. *
87+ * .dylib
88+
89+ # Executables
90+ * .exe
91+ * .out
92+ * .app
93+ * .i * 86
94+ * .x86_64
95+ * .hex
96+
97+ # Debug files
98+ * .dSYM /
99+ * .su
100+ * .idb
101+ * .pdb
102+
103+ # Kernel Module Compile Results
104+ * .mod *
105+ * .cmd
106+ .tmp_versions /
107+ modules.order
108+ Module.symvers
109+ Mkfile.old
110+ dkms.conf
111+
112+
113+ fastlane /report.xml
114+ fastlane /Preview.html
115+ fastlane /screenshots /** /* .png
116+ fastlane /test_output
You can’t perform that action at this time.
0 commit comments