I would like to ignore specific changes/files locally for git without using the .gitignore file. Is there a config or extension for this?
All I can find so far is to ignore these files in the .gitignore, however that again causes a local change for the .gitignore file that I then might accidentally commit.
I would find this useful to either temporarily exclude changes that might still be work in progress or specific to my system.