diff --git a/.gitignore b/.gitignore index 57a1574..eb20f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,7 +129,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj @@ -143,6 +143,9 @@ publish/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config +#ignore bower +**/wwwroot/lib/* + # Windows Azure Build Output csx/ *.build.csdef diff --git a/src/GenericMvc.Test.App/Views/Shared/_Layout.cshtml b/src/GenericMvc.Test.App/Views/Shared/_Layout.cshtml index ed20b5a..9b36b20 100644 --- a/src/GenericMvc.Test.App/Views/Shared/_Layout.cshtml +++ b/src/GenericMvc.Test.App/Views/Shared/_Layout.cshtml @@ -1,68 +1,78 @@
- - -