Implement bank transfer app flows

This commit is contained in:
2026-06-08 00:07:01 +05:00
parent 9b281d48a7
commit 160ef97e68
2 changed files with 32 additions and 14 deletions
+32
View File
@@ -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/