Skip to content

Commit 12989b8

Browse files
committed
Update .gitignore
1 parent 9892eb8 commit 12989b8

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.gitignore

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# CocoaPods
2-
#
3-
# We recommend against adding the Pods directory to your .gitignore. However
4-
# you should judge for yourself, the pros and cons are mentioned at:
5-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
6-
#
7-
# Pods/
1+
# Xcode
2+
build/*
3+
*.pbxuser
4+
!default.pbxuser
5+
*.mode1v3
6+
!default.mode1v3
7+
*.mode2v3
8+
!default.mode2v3
9+
*.perspectivev3
10+
!default.perspectivev3
11+
*.xcworkspace
12+
!default.xcworkspace
13+
xcuserdata
14+
profile
15+
*.moved-aside
816

17+
Carthage.build

0 commit comments

Comments
 (0)