0
Completed
Add command to ignore files in only in local repository
Git allows to ignore files only in local repository
Basically add the ability to accomplish the following command through the GUI:
git update-index --assume-unchanged -- file1 file2
The opposite command should be also available:
git update-index --no-assume-unchanged [<file> ...]
Customer support service by UserEcho
Local | Toggle 'Assume-Unchanged' is your friend.