Hugos68 / capkit

CLI to integrate Capacitor into SvelteKit
https://www.npmjs.com/package/capkit
MIT License
40 stars 1 forks source link

Investigate if `ios/` & `android/` should be included in `.gitignore` #69

Closed ollema closed 7 months ago

ollema commented 7 months ago

See:

https://stackoverflow.com/questions/63084828/gitignore-for-an-ionic-project-with-android-target

In Capacitor you are supposed to commit the ios and android folders. They contain their own .gitignore files with the recommended files for iOS and Android.

They are not build artifacts, if you change icons or configurations (in Info.plist, AndroidManifest.xml, etc) and you delete the folders, those changes will be lost.

Hugos68 commented 7 months ago

Thanks for the heads up, I haven't played around with iOS and android builds much

Hugos68 commented 7 months ago

Closed as per #72