2
I have a file .properties
already committed and would like to stop tracking the changes made to it. Each user who clone the project will configure it in their own way.
I tried that command:
git rm --cached application/src/main/resources/props/services.properties
Does not return me any error or success message, I do not know if I should too.
But even then, after this command, if I make any changes to the file git finds the difference and lists the file as modified. What am I missing?