Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio is locking .jfm files

(Using Visual Studio 2015 14.0.25431.01 Update 3)

My problem is much like this one -

Visual Studio 2015 Database Project directory contains a file with extension jfm

The approved answer is to edit the gitignore file to exclude this files.

But I'm using Visual Studio Online, not GIT, and there is no GitIgnore file for this solution.

I'm stumped. Any ideas

like image 231
TRH Avatar asked Mar 19 '26 04:03

TRH


1 Answers

I think you're looking for a .tfignore file and not a .gitignore file. They are similar but the former is for TFVC and the latter for GIT.

See the 'Customize which files are ignored by version control' section of this document

like image 60
JP. Avatar answered Mar 21 '26 21:03

JP.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!