Steps:
- Rename your
app.jsonfile tobase-app.json. This will be used as the template to generate the finalapp.jsonoutput. - On your
.gitignorefile, add:
# ...your other ignored files
# use base-app.json instead because we're generating this file during builds.
app.json