Exclude generated files in solution .gtignore

This commit is contained in:
Miguel Veloso 2019-02-18 22:44:15 +00:00
parent 2158938dda
commit 9d7124ba4d
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -25,6 +25,10 @@ bld/
# Visual Studio 2015 cache/options directory # Visual Studio 2015 cache/options directory
.vs/ .vs/
# .js files created on build:
src/Web/WebMVC/wwwroot/js/site*
# Uncomment if you have tasks that create the project's static files in wwwroot # Uncomment if you have tasks that create the project's static files in wwwroot
**/wwwroot/lib/ **/wwwroot/lib/
!/wwwroot/lib/signalr !/wwwroot/lib/signalr

View File

@ -1 +0,0 @@
wwwroot/js/site*