Homec4science

Ignore .jfm files in Visual Studio

Authored by Kevin Cunnane <kcunnane@microsoft.com> on Sep 9 2016, 03:09.

Description

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.

Details

Committed
GitHub <noreply@github.com>Sep 9 2016, 03:09
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREe6dd3a81e603: Merge pull request #2100 from srvg/Ansible
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNORE3cdfc09983ae: Ignore .jfm files in Visual Studio (authored by Kevin Cunnane <kcunnane@microsoft.com>).Sep 9 2016, 03:09