Skip to content

Commit be2df77

Browse files
committed
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.
1 parent 8f35779 commit be2df77

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
@@ -42,6 +42,7 @@ dlldata.c
4242

4343
# DNX
4444
project.lock.json
45+
project.fragment.lock.json
4546
artifacts/
4647

4748
*_i.c

0 commit comments

Comments
 (0)