Skip to content

Commit 448a38a

Browse files
committed
Update .gitignore, check in .xcworkspace
The original .gitignore was outdated, and was preventing the workspace from being added to the repo.
1 parent 1988946 commit 448a38a

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

.gitignore

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Xcode
2-
.DS_Store
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
36
build/
7+
DerivedData
8+
9+
## Various settings
410
*.pbxuser
511
!default.pbxuser
612
*.mode1v3
@@ -9,10 +15,29 @@ build/
915
!default.mode2v3
1016
*.perspectivev3
1117
!default.perspectivev3
12-
*.xcworkspace
13-
!default.xcworkspace
1418
xcuserdata
15-
profile
19+
20+
## Other
21+
*.xccheckout
1622
*.moved-aside
17-
DerivedData
18-
.idea/
23+
*.xcuserstate
24+
*.xcscmblueprint
25+
26+
## Obj-C/Swift specific
27+
*.hmap
28+
*.ipa
29+
30+
# CocoaPods
31+
#
32+
# We recommend against adding the Pods directory to your .gitignore. However
33+
# you should judge for yourself, the pros and cons are mentioned at:
34+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
35+
#
36+
#Pods/
37+
38+
# Carthage
39+
#
40+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
41+
# Carthage/Checkouts
42+
43+
Carthage/Build

TableViewCellWithAutoLayout.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)