]> source.dussan.org Git - gitignore.git/commitdiff
VisualStudio ignore project.fragment.lock.json 1994/head
authorJames Skimming <JSkimming@users.noreply.github.com>
Mon, 23 May 2016 10:49:24 +0000 (11:49 +0100)
committerJames Skimming <JSkimming@users.noreply.github.com>
Mon, 23 May 2016 10:57:39 +0000 (11:57 +0100)
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.

VisualStudio.gitignore

index f1e3d20e056857d2f29dd50d10cbdd1e18ecee4c..67acbf42f5ee14c6ed7089ef2aa6559f57c860cd 100644 (file)
@@ -42,6 +42,7 @@ dlldata.c
 
 # DNX
 project.lock.json
+project.fragment.lock.json
 artifacts/
 
 *_i.c