Skip to content

Commit 947529f

Browse files
committed
.gitignore is now working
1 parent b36bde8 commit 947529f

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# Created by https://www.gitignore.io/api/swift
2+
3+
### Swift ###
14
# Xcode
2-
.DS_Store
3-
*/build/*
5+
6+
## Build generated
7+
build/
8+
DerivedData/
9+
10+
## Various settings
411
*.pbxuser
512
!default.pbxuser
613
*.mode1v3
@@ -9,22 +16,26 @@
916
!default.mode2v3
1017
*.perspectivev3
1118
!default.perspectivev3
12-
xcuserdata
13-
profile
19+
xcuserdata/
20+
21+
## Other
1422
*.moved-aside
15-
DerivedData
16-
.idea/
17-
*.hmap
1823
*.xccheckout
24+
*.xcscmblueprint
25+
26+
## Obj-C/Swift specific
27+
*.hmap
28+
*.ipa
29+
*.dSYM.zip
30+
*.dSYM
1931

20-
#CocoaPods
21-
Pods
22-
Tests/Pods
23-
Tests/Podfile.lock
24-
Examples/Objective-C/Podfile.lock
25-
Examples/Swift/Podfile.lock
32+
# CocoaPods
33+
Pods/
2634

2735
# Carthage
2836
Carthage/Checkouts
2937
Carthage/Build
3038

39+
# bundler config
40+
/.bundle
41+
vendor/bundle

Carthage/.DS_Store

6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)