Everytime I open any solution that I have made no changes to in Visual Studio I get lots of random cache/configuration/assemblyInfo etc. files showing up in the 'Git Changes' window. It's become annoying as I know it's probably something that's changed in the background even though I didn't consciously change it but I never know what to do with them, delete? commit?
So my questions are;
- If you have them, what do you do with them? Commit or delete?
- How to get these to not show up here? Something to do with a gitignore file? If so please give details on how to do this, I've not had a lot of involvement with this so far.
Thank you