Skip to content

Commit 5e364f9

Browse files
committed
Example Project
1 parent a86e374 commit 5e364f9

19 files changed

Lines changed: 1060 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,22 @@ DerivedData/
66
.swiftpm/
77
.netrc
88

9+
# Xcode
10+
#
11+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
12+
13+
## User settings
14+
xcuserdata/
15+
16+
## Obj-C/Swift specific
17+
*.hmap
18+
19+
## App packaging
20+
*.ipa
21+
*.dSYM.zip
22+
*.dSYM
23+
24+
## Playgrounds
25+
timeline.xctimeline
26+
playground.xcworkspace
27+

0 commit comments

Comments
 (0)