You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.json file must be included in .gitignore because once we added the personal configuration in the file, before committing the changes we have to clear it first.
Proposed Solution:
Instead of pushing config.json, we can add a config.example.json file. So, it will prevent the developer to commit their own configurations.
The text was updated successfully, but these errors were encountered:
config.json
file must be included in .gitignore because once we added the personal configuration in the file, before committing the changes we have to clear it first.Proposed Solution:
Instead of pushing
config.json
, we can add aconfig.example.json
file. So, it will prevent the developer to commit their own configurations.The text was updated successfully, but these errors were encountered: