1

I have a single page app with a really large jspm_packages folder, all of which I would like to get TFS to ignore. I have placed a .tfignore file in the jspm_packages directory. It has "." as the file contents to ignore everything.

However, it still tries to include them. I have "Excluded" them, but I would like to permanently exclude them.

Is there something else I should be doing?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Greg Gum
  • 33,478
  • 39
  • 162
  • 233

1 Answers1

1

The best answer is here: tfIgnore does not work for me in Visual Studio 2013

The point I missed is that if the items are already added to the Source Control, the .tfignore will not undo that. Instead, right click the folder you which to exclude and select Undo to undo the Add. After that is achieved, then the .tfignore will keep them out of source control.

Community
  • 1
  • 1
Greg Gum
  • 33,478
  • 39
  • 162
  • 233