stripe-ios/.gitignore

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-11-13 00:54:08 +08:00
build/*
build-static/*
build-3ds2/*
build-ci-symbol-check/*
build-ci-tests/*
Example/*/Carthage/*
Example/*/Cartfile.resolved
2016-07-13 02:37:36 +08:00
Carthage/*
2015-01-08 11:50:53 +08:00
Tests/build/*
2015-08-05 04:37:34 +08:00
Tests/installation_tests/cocoapods/**/Podfile.lock
Tests/installation_tests/cocoapods/**/Pods
2016-07-13 02:43:25 +08:00
Tests/installation_tests/cocoapods/**/build
2015-05-16 04:05:12 +08:00
Tests/installation_tests/manual_installation/build
2015-05-16 04:58:46 +08:00
Tests/installation_tests/manual_installation/ManualInstallationTest/Frameworks/Stripe.framework
2016-06-24 23:17:22 +08:00
Tests/installation_tests/manual_installation/ManualInstallationTest/Frameworks/Stripe.bundle
2015-08-05 04:36:07 +08:00
Tests/installation_tests/carthage/Cartfile
Tests/installation_tests/carthage/Cartfile.resolved
Tests/installation_tests/carthage/Carthage/*
vendor/*
.bundle/
temp_docs
2015-01-08 09:52:36 +08:00
2012-11-13 00:54:08 +08:00
*.pbxuser
*.mode1v3
2014-11-16 10:42:09 +08:00
*.mode2v3
*.perspectivev3
*.swp
*.moved-aside
2015-07-02 04:30:02 +08:00
*.xcscmblueprint
2014-10-09 08:00:50 +08:00
.idea
2012-11-13 00:54:08 +08:00
.DS_Store
profile
2012-11-17 02:03:06 +08:00
DerivedData
2012-11-13 00:54:08 +08:00
2016-03-24 02:18:38 +08:00
xcuserdata/
2012-11-13 00:54:08 +08:00
2016-06-28 01:43:46 +08:00
jazzy
2016-05-02 22:57:06 +08:00
jazzy/*
2017-08-08 05:08:37 +08:00
docs/docs/undocumented.json
2020-10-09 08:54:02 +08:00
fastlane/report.xml
fastlane/test_output
fastlane/.env
2020-09-12 07:29:53 +08:00
.build
.docc_build
2020-09-12 07:29:53 +08:00
.swiftpm
# Xcode Related files
.package.resolved
Stripe.xcworkspace
Stripe*/*.xcodeproj
Example/**/*.xcodeproj
Testers/**/*.xcodeproj