-
Notifications
You must be signed in to change notification settings - Fork 981
/
.gitignore
50 lines (44 loc) · 1013 Bytes
/
.gitignore
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
build/*
build-static/*
build-3ds2/*
build-ci-symbol-check/*
build-ci-tests/*
Example/*/Carthage/*
Example/*/Cartfile.resolved
Carthage/*
Tests/build/*
Tests/installation_tests/cocoapods/**/Podfile.lock
Tests/installation_tests/cocoapods/**/Pods
Tests/installation_tests/cocoapods/**/build
Tests/installation_tests/manual_installation/build
Tests/installation_tests/manual_installation/ManualInstallationTest/Frameworks/Stripe.framework
Tests/installation_tests/manual_installation/ManualInstallationTest/Frameworks/Stripe.bundle
Tests/installation_tests/carthage/Cartfile
Tests/installation_tests/carthage/Cartfile.resolved
Tests/installation_tests/carthage/Carthage/*
vendor/*
.bundle/
temp_docs
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.swp
*.moved-aside
*.xcscmblueprint
.idea
.DS_Store
profile
DerivedData
xcuserdata/
jazzy
jazzy/*
docs/docs/undocumented.json
fastlane/report.xml
fastlane/test_output
fastlane/.env
.build
.docc_build
.swiftpm
# Xcode Related files
Stripe.xcworkspace/xcuserdata/*