Skip to content

Commit 33d20b1

Browse files
committed
1 parent 80beab0 commit 33d20b1

File tree

4 files changed

+844
-337
lines changed

4 files changed

+844
-337
lines changed

.gitignore

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1+
# OS X
12
.DS_Store
2-
*.swp
3-
*~.nib
43

4+
# Xcode
55
build/
6-
76
*.pbxuser
8-
*.perspective
9-
*.perspectivev3
7+
!default.pbxuser
108
*.mode1v3
9+
!default.mode1v3
1110
*.mode2v3
12-
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
1314
xcuserdata
15+
*.xccheckout
16+
profile
17+
*.moved-aside
18+
DerivedData
19+
*.hmap
20+
*.ipa
21+
22+
# Bundler
23+
.bundle
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+
# Note: if you ignore the Pods directory, make sure to uncomment
30+
# `pod install` in .travis.yml
31+
#
32+
Pods/
33+
34+
35+
*.lock

0 commit comments

Comments
 (0)