Which of the following action to be taken before pushing the code into github.com when
we have sensitive information in the source code?
a. No change needed as the information is needed for application functionality
b. Replace the sensitive data with mock data
c. Delete all the sensitive information
d. Move the sensitive information to .gitignore file