]> source.dussan.org Git - gitignore.git/commitdiff
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)
.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

index d56f8b532889e73e92aafe28695b83e82adb9f60..c8557d40235d0fc99f7f33d3ea373b1d01458dae 100644 (file)
@@ -189,6 +189,7 @@ ClientBin/
 *~
 *.dbmdl
 *.dbproj.schemaview
+*.jfm
 *.pfx
 *.publishsettings
 node_modules/