Exclude xcuserdata, build artifacts, and secrets from version control while removing previously committed user-specific scheme and state files. Co-authored-by: Cursor <cursoragent@cursor.com>
51 lines
671 B
Plaintext
51 lines
671 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Xcode user-specific
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
*.xcbkptlist
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
|
|
# Xcode build artifacts
|
|
build/
|
|
DerivedData/
|
|
*.ipa
|
|
*.dSYM
|
|
*.dSYM.zip
|
|
*.app.dSYM
|
|
*.app.dSYM.zip
|
|
*.xcarchive
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/xcode/package.xcworkspace/xcuserdata/
|
|
Package.resolved.bak
|
|
|
|
# CocoaPods build artifacts (Pods/ 目录已入库,保留 AMap 预编译库)
|
|
Pods/resources-to-copy-*.txt
|
|
|
|
# Fastlane
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
*.pem
|