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.
This commit is contained in:
Kevin Cunnane 2016-09-08 18:09:05 -07:00 committed by GitHub
parent e6dd3a81e6
commit 3cdfc09983
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ ClientBin/
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/