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?