Ignore whole folder (debug) not working
From Project:Support desk
Hi, everyone.
I have several logicaly connected Visual Studio project in my repository. I've added to .ignore all Default ignores that also contains: [Dd]ebug*/ But, that does not do any good. I still have 'edited' dlls and other files that I don't want to track.
My structure don't want to track looks like: Project1/bin/Debug/ Project2/bin/Debug/ etc.
Maybe issue is that I've added those file before changing .ignore.
A would appreciate suggestions to fix this.