Implement bank transfer app flows
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Xcode user state
|
||||
xcuserdata/
|
||||
*.xcuserstate
|
||||
UserInterfaceState.xcuserstate
|
||||
*.xcscmblueprint
|
||||
|
||||
# Build products and derived data
|
||||
DerivedData/
|
||||
build/
|
||||
Build/
|
||||
Products/
|
||||
*.app
|
||||
*.xctest
|
||||
*.ipa
|
||||
*.dSYM/
|
||||
|
||||
# Swift Package Manager
|
||||
.build/
|
||||
Package.resolved
|
||||
|
||||
# CocoaPods / Carthage
|
||||
Pods/
|
||||
Carthage/Build/
|
||||
|
||||
# Fastlane output
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
fastlane/screenshots/**/*.png
|
||||
fastlane/test_output/
|
||||
Reference in New Issue
Block a user