Files
suixinkan_ios_new/.gitignore
汉秋 b766ad8270 新增 .gitignore,停止跟踪本地 Xcode 与 macOS 文件
从版本控制中排除 xcuserdata、构建产物和密钥,并移除此前误提交的 user-specific scheme 与状态文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 10:17:10 +08:00

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