Initial commit
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
.DS_Store
|
||||
|
||||
# Local tool config
|
||||
.claude/
|
||||
|
||||
# Xcode user data
|
||||
*.xcuserstate
|
||||
*.xccheckout
|
||||
*.xcscmblueprint
|
||||
xcuserdata/
|
||||
**/xcuserdata/
|
||||
|
||||
# Xcode / Swift build products
|
||||
build/
|
||||
DerivedData/
|
||||
.build/
|
||||
|
||||
# Swift Package Manager
|
||||
.swiftpm/
|
||||
Package.resolved
|
||||
|
||||
# Fastlane / screenshots / test artifacts
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
fastlane/screenshots/
|
||||
fastlane/test_output/
|
||||
|
||||
# Simulator / profiling output
|
||||
*.moved-aside
|
||||
*.ipa
|
||||
*.dSYM.zip
|
||||
*.dSYM
|
||||
*.profdata
|
||||
*.hmap
|
||||
|
||||
# App packaging
|
||||
*.app
|
||||
*.xcarchive
|
||||
Reference in New Issue
Block a user