Skip to content

Commit 57355e9

Browse files
committed
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.
1 parent 2e75374 commit 57355e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ bld/
2424

2525
# Visual Studio 2015 cache/options directory
2626
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
2729

2830
# MSTest test Results
2931
[Tt]est[Rr]esult*/

0 commit comments

Comments
 (0)