microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 97 forks source link

.tfignore !/target is not effective #134

Open paulvi opened 7 years ago

paulvi commented 7 years ago

While cleaning up code base on TFS server using latest TEE Eclipse plugin...

I have .tfignore at upper level that ignores target (Maven output folder)

Then in current project I add .tfignore with !/target line to make it possible to delete that folder content from sources repositories. But that does not take effect, and target folder is still shown as [Ignored] in Package/Project Explorer. So I cant remove target folder from TFS server.

tfs-ignore

AlexRukhlin commented 7 years ago

Hi @paulvi,

Try to use !target in the .tfignore file.

Alex

paulvi commented 7 years ago

Hi Alex

That was exactly what I was doing. (And it worked other time)

Possibly it has to do with some pending changes that Eclipse/TEE automatically added.