Skip to content

Commit b8265af

Browse files
committed
Add gitignore
0 parents  commit b8265af

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Xcode
2+
build/
3+
DerivedData/
4+
5+
*.pbxuser
6+
*.mode1v3
7+
*.mode2v3
8+
*.perspectivev3
9+
*.xccheckout
10+
*.moved-aside
11+
*.xcworkspace
12+
*.xcuserstate
13+
14+
xcuserdata
15+
16+
!default.pbxuser
17+
!default.mode1v3
18+
!default.mode2v3
19+
!default.perspectivev3
20+
!default.xcworkspace
21+
22+
profile
23+
*.hmap
24+
*.ipa
25+
26+
# CocoaPods
27+
Pods/
28+
!Podfile.lock
29+
30+
# Temporary files
31+
.DS_Store
32+
.Trashes
33+
.Spotlight-V100
34+
*.swp
35+
*.lock

0 commit comments

Comments
 (0)