Skip to content

Commit 2fdff4c

Browse files
committed
Add .gitignore
0 parents  commit 2fdff4c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.gitignore

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### https://raw.github.com/github/gitignore/073727ccd9b0ec0b39440fb7673034f04f5d1302/swift.gitignore
2+
3+
# Xcode
4+
#
5+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
6+
7+
## Build generated
8+
build/
9+
DerivedData
10+
11+
## Various settings
12+
*.pbxuser
13+
!default.pbxuser
14+
*.mode1v3
15+
!default.mode1v3
16+
*.mode2v3
17+
!default.mode2v3
18+
*.perspectivev3
19+
!default.perspectivev3
20+
xcuserdata
21+
22+
## Other
23+
*.xccheckout
24+
*.moved-aside
25+
*.xcuserstate
26+
*.xcscmblueprint
27+
28+
## Obj-C/Swift specific
29+
*.hmap
30+
*.ipa
31+
32+
# CocoaPods
33+
#
34+
# We recommend against adding the Pods directory to your .gitignore. However
35+
# you should judge for yourself, the pros and cons are mentioned at:
36+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
37+
#
38+
# Pods/
39+
40+
# Carthage
41+
#
42+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
43+
# Carthage/Checkouts
44+
45+
Carthage/Build
46+
47+

0 commit comments

Comments
 (0)