0

VS2013 update 3 didn't hang before I had to exclude tons of files on a move. Is it doing this to anyone else? If so, how do we fix this? Thank you!

VS 2013 Taking 30%+ consistently after commit

What my commit looks like, perhaps it's the large # of excluded changes

sojim
  • 492
  • 2
  • 6
  • 19

1 Answers1

0

So I figured out why it was halting, it was a directory with tons of files in there, and VS or Git keeps on comparing all those files together every time I commit. So I removed that folder as a workaround to the problem. The .gitignore file doesn't seem to be working.

sojim
  • 492
  • 2
  • 6
  • 19