1

After Visual Studio updated from 15.7.x to 15.8.1, VS puts generated Javascript files from Typescript to the TFS.

Is there a way how to not include them? I can manually move them to exclude changes, but I would rather VS to not to add these files to Included Changes. In the previous version of VS, it generated javascript files but it didn't put them under source control (this is preferred behavior).

Thank you, Jakub

Jakub Čermoch
  • 431
  • 1
  • 9
  • 20

1 Answers1

0

You may use tfignore to ignore files from showing up on the pending.

Make sure you first remove them from your repo and to correctly ignore them in the file.

Analytical details about how to do that can be found at this answer

vfle
  • 1,355
  • 7
  • 18