File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed 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 /
You can’t perform that action at this time.
0 commit comments