mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
feat(mobile): iOS app testflight (#8501)
This commit is contained in:
19
packages/frontend/apps/ios/.gitignore
vendored
Normal file
19
packages/frontend/apps/ios/.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
App/build
|
||||
App/Pods
|
||||
App/output
|
||||
App/App/public
|
||||
DerivedData
|
||||
xcuserdata
|
||||
|
||||
# Cordova plugins for Capacitor
|
||||
capacitor-cordova-ios-plugins
|
||||
|
||||
# Generated Config files
|
||||
App/App/capacitor.config.json
|
||||
App/App/config.xml
|
||||
App/**/*.p8
|
||||
*.mobileprovision
|
||||
*.ipa
|
||||
*.zip
|
||||
*.cer
|
||||
App/fastlane/report.xml
|
||||
Reference in New Issue
Block a user