Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit ff30dd9

Browse files
committed
Change gitignore
1 parent 6c77943 commit ff30dd9

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

.gitignore

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,42 @@
1-
# xcode noise
1+
# Mac OS X
2+
.DS_Store
3+
4+
# Xcode
5+
6+
## Build generated
27
build/
8+
DerivedData
9+
10+
## Various settings
311
*.pbxuser
12+
!default.pbxuser
413
*.mode1v3
14+
!default.mode1v3
515
*.mode2v3
16+
!default.mode2v3
617
*.perspectivev3
7-
xcuserdata/
8-
*.xccheckout
9-
10-
# old skool
11-
.svn
18+
!default.perspectivev3
19+
xcuserdata
1220

13-
# osx noise
14-
.DS_Store
15-
profile
21+
## Other
22+
*.xccheckout
23+
*.moved-aside
24+
*.xcuserstate
25+
*.xcscmblueprint
1626

17-
# vim noise
18-
*~
19-
*.swp
27+
## Obj-C/Swift specific
28+
*.hmap
29+
*.ipa
2030

21-
# AppCode noise
22-
.idea/
31+
## Playgrounds
32+
timeline.xctimeline
33+
playground.xcworkspace
2334

24-
# Ruby
25-
.ruby-version
35+
# Swift Package Manager
36+
.build/
2637

2738
# Carthage
28-
Carthage/
29-
*.resolved
39+
Carthage/Build
3040

3141
#Cocoapods
3242
Pods/

0 commit comments

Comments
 (0)