aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimiC <jimikar@gmail.com>2015-07-13 19:40:12 +0300
committerJimiC <jimikar@gmail.com>2015-07-13 19:40:12 +0300
commit57355e994dfab5efc93c366215a21b51fce0483d (patch)
treed629190eb8b7adfb226255d063bec9b70b0da16c
parent2e7537454d3a4a129fbf3d8f0fbcd349583d23d0 (diff)
downloadgitignore-57355e994dfab5efc93c366215a21b51fce0483d.tar.gz
gitignore-57355e994dfab5efc93c366215a21b51fce0483d.zip
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.
-rw-r--r--VisualStudio.gitignore2
1 files changed, 2 insertions, 0 deletions
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*/