vs2015 keeps adding project.lock.json to tfs
问题 My folder structure is: -- Solution folder --- .tfignore file --- folder for each project But vs2015 keeps including my project.lock.json files in source control. In my .tfignore file, I added: project.lock.json I've tried undoing and deleting the files from source control. How can I stop it from including project.lock.json? 回答1: Simply update your VS to VS2015Update 3 . The .tfignore should be indeed working correctly. Or you can also use a temporary quick fix for the problem: Add an $ char