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?