From 8a9d0d16f77c9a4c8a00af021854edf98e9e50e6 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sun, 15 Feb 2015 09:56:35 -0800 Subject: [PATCH] Add project.lock.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3dba866cf9..8a9bbc3a43 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ bower_components/ node_modules/ **/wwwroot/lib/ debugSettings.json +project.lock.json *.user *.suo *.cache