From 323453129ddb02cb4280a1091254a0ab5b6abd40 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Fri, 1 Dec 2017 14:52:05 -0600 Subject: [PATCH] Remove yarn.lock file entry from .gitignore files --- .../content/Aurelia-CSharp/.gitignore | 2 -- .../content/Knockout-CSharp/.gitignore | 2 -- .../content/Vue-CSharp/.gitignore | 2 -- .../content/Angular-CSharp/.gitignore | 2 -- .../content/React-CSharp/.gitignore | 2 -- .../content/ReactRedux-CSharp/.gitignore | 2 -- 6 files changed, 12 deletions(-) diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.gitignore b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.gitignore index c8274b5fe2..3318154a6c 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.gitignore +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/.gitignore @@ -31,8 +31,6 @@ Obj/ /wwwroot/dist/ /ClientApp/dist/ -/yarn.lock - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/.gitignore b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/.gitignore index 3e035eeebf..c72f0caa76 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/.gitignore +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/.gitignore @@ -30,8 +30,6 @@ Obj/ .vs/ /wwwroot/dist/ -/yarn.lock - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/.gitignore b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/.gitignore index 30342b19cb..64ed90eeae 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/.gitignore +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/.gitignore @@ -30,8 +30,6 @@ Obj/ .vs/ /wwwroot/dist/ -/yarn.lock - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore index 405d553817..0d10972f36 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/.gitignore @@ -183,8 +183,6 @@ orleans.codegen.cs /node_modules -/yarn.lock - # RIA/Silverlight projects Generated_Code/ diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore index 3e035eeebf..c72f0caa76 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/.gitignore @@ -30,8 +30,6 @@ Obj/ .vs/ /wwwroot/dist/ -/yarn.lock - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore index 3e035eeebf..c72f0caa76 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.gitignore @@ -30,8 +30,6 @@ Obj/ .vs/ /wwwroot/dist/ -/yarn.lock - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.*