Hi there!
I’m working on a new project and giving Ionic a try. So far it’s been good. However, I’m working with another person. Today for example I decided to add a new plugin, camera one.
However, that doesn’t seem to be persisted on Git. And even if it were, (just a config file would suffice) how can one maintain the plugins in sync?
For example, if I decide to add a new bower package, I just need to update the bower.json file and then run bower install and that’d be it.
What should be the process with Ionic?