I'm working on a Ionic/Cordova project which some plugins that need sensitive data:
- cordova-background-geolocation require a license;
- cordova-plugin-googlemaps require api keys.
When adding those plugins to the project, they get saved in my config.xml and package.json.
My problem is that I need to commit to Github those files but how can I do it without committing those sensitive data?
Anyone have a solution or suggestion?
Thanks
I keep these local changes in a branch that never gets pushed. My workflow looks like this (assuming
master
tracks a public branchorigin/master
):