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