Skip to content

Commit 7bf7af8

Browse files
author
Athul Sai
committed
Reindex gitignore
1 parent 733cd1a commit 7bf7af8

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Mac OS X
1+
# OS X
22
.DS_Store
33

44
# Xcode
5-
6-
## Build generated
75
build/
8-
DerivedData
9-
10-
## Various settings
116
*.pbxuser
127
!default.pbxuser
138
*.mode1v3
@@ -16,24 +11,23 @@ DerivedData
1611
!default.mode2v3
1712
*.perspectivev3
1813
!default.perspectivev3
19-
xcuserdata
20-
21-
## Other
14+
xcuserdata/
2215
*.xccheckout
16+
profile
2317
*.moved-aside
24-
*.xcuserstate
25-
*.xcscmblueprint
26-
27-
## Obj-C/Swift specific
18+
DerivedData
2819
*.hmap
2920
*.ipa
3021

31-
## Playgrounds
32-
timeline.xctimeline
33-
playground.xcworkspace
34-
35-
# Swift Package Manager
36-
.build/
37-
38-
# Carthage
39-
Carthage/Build
22+
# Bundler
23+
.bundle
24+
25+
Carthage
26+
# We recommend against adding the Pods directory to your .gitignore. However
27+
# you should judge for yourself, the pros and cons are mentioned at:
28+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
29+
#
30+
# Note: if you ignore the Pods directory, make sure to uncomment
31+
# `pod install` in .travis.yml
32+
#
33+
# Pods/

0 commit comments

Comments
 (0)