diff options
author | James Skimming <JSkimming@users.noreply.github.com> | 2016-05-23 11:49:24 +0100 |
---|---|---|
committer | James Skimming <JSkimming@users.noreply.github.com> | 2016-05-23 11:57:39 +0100 |
commit | be2df771ba6ad1370d26b2b77b15756ecb7a5c82 (patch) | |
tree | 65451a4314718d432b5abb7dd1d8d26159c94958 | |
parent | 8f35779cefbabdca21cfc4cda55abb1290d59fd9 (diff) | |
download | gitignore-be2df771ba6ad1370d26b2b77b15756ecb7a5c82.tar.gz gitignore-be2df771ba6ad1370d26b2b77b15756ecb7a5c82.zip |
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.
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |