forked from trent_larson/crowd-funder-for-time-pwa
- Add clarifying comment in ios/.gitignore for App/App/public directory - Document that public directory contains Capacitor sync output from dist/ - Add comment in build-ios.sh clarifying build directory is temporary output - Reinforces best practice of keeping platform files in ios/ folder
28 lines
641 B
Plaintext
28 lines
641 B
Plaintext
App/build
|
|
App/Pods
|
|
App/output
|
|
# Capacitor sync output - contains web assets copied from dist/
|
|
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
|
|
|
|
# User-specific Xcode files
|
|
App/App.xcodeproj/xcuserdata/*.xcuserdatad/
|
|
App/App.xcodeproj/*.xcuserstate
|
|
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots
|
|
fastlane/test_output
|
|
|
|
# Generated Icons from capacitor-assets (also Contents.json which is confusing; see BUILDING.md)
|
|
App/App/Assets.xcassets/AppIcon.appiconset
|
|
App/App/Assets.xcassets/Splash.imageset
|