diff --git a/.gitignore b/.gitignore index 95b51b2..908e9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,19 @@ -src/isnd/bin/ -src/isnd/obj/ -src/isn/obj -src/isn/bin -src/isn/.vscode/ -test/isnd.tests/obj/ -test/isnd.tests/bin/ -packages/ +.sass-cache/ +/src/isnd/bin/ +/src/isnd/obj/ +/src/isn/obj +/src/isn/bin +/src/isn/.vscode/ +/test/isnd.tests/obj/ +/test/isnd.tests/bin/ +/packages/ bower_components/ -test/isn.tests/bin -test/isn.tests/obj/ +/test/isn.tests/bin +/test/isn.tests/obj/ appsettings.Testing.json appsettings.Development.json -wwwroot/.sass-cache/ -src/isnd/wwwroot/.sass-cache/ -src/isn.abst/bin -src/isn.abst/obj +/wwwroot/.sass-cache/ +/src/isnd/wwwroot/.sass-cache/ +/src/isn.abst/bin +/src/isn.abst/obj +/src/isnd/packages/ diff --git a/src/isnd/Views/Shared/_Layout.cshtml b/src/isnd/Views/Shared/_Layout.cshtml index e25c4ff..ecb7e94 100644 --- a/src/isnd/Views/Shared/_Layout.cshtml +++ b/src/isnd/Views/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ @ViewData["Title"] - isnd - +
@@ -39,9 +39,8 @@ -