In GIT in the command line I see I have a modified file:
# modified: sites/sites.php
I want to not commit this, but I want this file to only be excluded locally. Ive opened the file called exclude in .git/info and added this line:
sites/sites.php
Ive reverted the modifications to the file so I have nothing to commit. Ive made the change again and it shows up in GIT in the terminal again as a change. Have I done something wrong?