Cleaning up Ionic App

I have been working on this Ionic app which I want to now submit to github. But before that I want to cleanup my app, so that I submit only the barebone app. I went through the ionic cli documentation but could not find a command to run clean. Do we have any quick way to clean up my Android/iOS projects before I submit them to github.

Or If I have to do it manually can you please list down the steps for me.

1 Like

Both the platforms and plugins directory should already be excluded from your Git repository via a .gitignore file. This is done already if you create your project via the CLI.

That said, go ahead and push to GitHub and it will be minimal.

Regards,

1 Like