Open paulvi opened 7 years ago
Hi @paulvi,
Try to use !target in the .tfignore file.
Alex
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.
While cleaning up code base on TFS server using latest TEE Eclipse plugin...
I have
.tfignore
at upper level that ignorestarget
(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.