I'm trying to do an initial code check-in with Team Foundation Server through Visual Studio. After trying to check in once, I got a few errors back. These errors were on ReSharper files. Since I don't need to check these in, obviously, I am now trying to exclude them. But I can't seem to get them out of my pending changes without doing "Undo Pending Changes" on each ReSharper folder. Since there is a number of these, and I'd probably have to do it on every check-in, I was hoping there was an easier way to ignore these files going forward (similar to git's ignoring features).
How can I ignore all of these ReSharper folders and files within them for all future check-ins?