From 3f2ec7c046129790c2ef8940b38b2cc2707e3b15 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 14 May 2015 12:31:16 -0700 Subject: [PATCH] Add project.lock.json to the .gitignore --- build-template/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/build-template/.gitignore b/build-template/.gitignore index 216e8d9c58..c2e1708217 100644 --- a/build-template/.gitignore +++ b/build-template/.gitignore @@ -13,6 +13,7 @@ PublishProfiles/ *.docstates _ReSharper.* nuget.exe +project.lock.json *net45.csproj *net451.csproj *k10.csproj