Skip to content

Commit 3cdfc09

Browse files
authored
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.
1 parent e6dd3a8 commit 3cdfc09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VisualStudio.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ ClientBin/
189189
*~
190190
*.dbmdl
191191
*.dbproj.schemaview
192+
*.jfm
192193
*.pfx
193194
*.publishsettings
194195
node_modules/

0 commit comments

Comments
 (0)