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

Commit 04c980a

Browse files
author
Peter Zignego
committed
Merge branch 'master' of https://github.com/SlackKit/SKServer
2 parents 293ffb9 + f7fd9ad commit 04c980a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.gitignore

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Xcode
2+
#
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
*.xcuserstate
19+
*.DS_Store
20+
21+
# SwiftPM
22+
Packages/
23+
.build
24+
25+
# CocoaPods
26+
#
27+
# We recommend against adding the Pods directory to your .gitignore. However
28+
# you should judge for yourself, the pros and cons are mentioned at:
29+
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
30+
#
31+
Pods/
32+
SlackKit.xcworkspace
33+
34+
# Carthage
35+
#
36+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
37+
Carthage/Checkouts
38+
Carthage/Build

0 commit comments

Comments
 (0)