forked from ably/ably-cocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (42 loc) · 1.01 KB
/
.gitignore
File metadata and controls
54 lines (42 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
## Swift Package Manager
# Start of .gitignore created by Swift Package Manager
.DS_Store
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
# End of .gitignore created by Swift Package Manager
## Xcode
# This is created when running `xcodebuild`:
build/
## CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
Pods/
## Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts
Carthage/Build
# Output from `carthage build`
Ably.framework.zip
## Scan
test_output/
## Fastlane
fastlane/report.xml
fastlane/test_output
fastlane/README.md
derived_data/
Examples/Tests/Podfile.lock
## AppCode
.build
.idea
## Jazzy Docs
Docs/jazzy
## Tooling
xcparse/