Skip to content

Commit 4f72c08

Browse files
author
Calvin
committed
Add gitignore file.
1 parent a649026 commit 4f72c08

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Xcode
2+
#
3+
build/
4+
Build/
5+
*.pbxuser
6+
!default.pbxuser
7+
*.mode1v3
8+
!default.mode1v3
9+
*.mode2v3
10+
!default.mode2v3
11+
*.perspectivev3
12+
!default.perspectivev3
13+
xcuserdata
14+
*.xccheckout
15+
*.moved-aside
16+
DerivedData
17+
*.hmap
18+
*.ipa
19+
*.xcuserstate
20+
21+
timeline.xctimeline
22+
23+
# CocoaPods
24+
#
25+
# We recommend against adding the Pods directory to your .gitignore. However
26+
# you should judge for yourself, the pros and cons are mentioned at:
27+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
28+
#
29+
# Pods/
30+
31+
# Carthage
32+
#
33+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
34+
# Carthage/Checkouts
35+
36+
Carthage/Build
37+
38+
39+
# Various
40+
41+
.DS_Store
42+
43+
44+
# Linux
45+
46+
*.swp
47+
*.swo
48+
49+
# Swift Package Manager
50+
51+
.build/
52+
Packages/

0 commit comments

Comments
 (0)