Since at runtime file settings.json is used, we are untracking this file because it would contain secret tokens. In fact, in the current code, it is used as a template. Thus, a settings_template.json has been created for this purpose. settings.json file won't be tracked anymore, so it can be used safely during our tests.
Since at runtime file
settings.json
is used, we are untracking this file because it would contain secret tokens. In fact, in the current code, it is used as a template. Thus, asettings_template.json
has been created for this purpose.settings.json
file won't be tracked anymore, so it can be used safely during our tests.