From 57355e994dfab5efc93c366215a21b51fce0483d Mon Sep 17 00:00:00 2001 From: JimiC Date: Mon, 13 Jul 2015 19:40:12 +0300 Subject: [PATCH] Adding optional ignore proposal for wwwroot folder There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index cd8716d3..4bff63b0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -24,6 +24,8 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/