From: James Skimming Date: Mon, 23 May 2016 10:49:24 +0000 (+0100) Subject: VisualStudio ignore project.fragment.lock.json X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1994%2Fhead;p=gitignore.git VisualStudio ignore project.fragment.lock.json I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore. --- diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f1e3d20e..67acbf42 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,6 +42,7 @@ dlldata.c # DNX project.lock.json +project.fragment.lock.json artifacts/ *_i.c