I'm using Visual studio 2013 with TFS 2013. I've been trying to get all files in a folder to not checkin using .tfignore and with hours of searching and trying different solutions with no luck. I followed the instructions http://msdn.microsoft.com/en-us/library/vstudio/ms245454.aspx and could not get it to work. Any help is appreciated.
My project structure looks something along the lines of:
- project
- Controls
- TestIgnore
- Class1.cs
- Class2.cs
- .tfignore
and my .tfignore has 1 line of code: \TestIgnore
My workspace is set to local.
When I make changes to Class1.cs, when I check in, Class1.cs is in the pending check in list which I believe it should not.