]> source.dussan.org Git - gitignore.git/commit
Ignore .jfm files in Visual Studio 2104/head
authorKevin Cunnane <kcunnane@microsoft.com>
Fri, 9 Sep 2016 01:09:05 +0000 (18:09 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2016 01:09:05 +0000 (18:09 -0700)
commit3cdfc09983aece84ec69ed30644f87b1e8957835
tree1248ef62a08523cd07f08ce108401917320751d7
parente6dd3a81e6037cc923e503e372c80326f65ccb25
Ignore .jfm files in Visual Studio

.jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories.

This fix helps mitigate this by avoiding checkin of this file type.
VisualStudio.gitignore