hellbender-wallet/.gitignore
Nick Klockenga 806341cdd6
Fastlane screenshot automation setup (#24)
* Setup fastlane for screenshot automation capture

* add more screenshots and fix some bugs. Also update frameit with patch

* update Set Up Wallet to Wallet Setup

* swiftformat
2026-04-14 12:38:03 -04:00

46 lines
609 B
Plaintext

*.DS_Store
CLAUDE.md
CLAUDE_PLAN.md
.claude/
.agents/
skills-lock.json
## User settings
.xcuserdata/
xcuserdata/
## Obj-C/Swift specific
*.hmap
## App packaging
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
.swiftpm/
# Carthage
Carthage/Build/
# CocoaPods
Pods/
# Xcode temporary build files
build/
DerivedData/
fastlane/report.xml
fastlane/Preview.html
fastlane/test_output/
fastlane/README.md
fastlane/screenshots/
# Bundler (Gemfile.lock is OK to commit; uncomment next line to ignore vendor dir if added later)
vendor/bundle/
.bundle/