diff --git a/.gitignore b/.gitignore index a5aba93..58f37a8 100644 --- a/.gitignore +++ b/.gitignore @@ -311,3 +311,8 @@ TesterMetadata.xml package-lock.json .angular/ +**/wwwroot/css/ace +**/wwwroot/css/icons/ +**/wwwroot/css/*bundle.css +**/wwwroot/css/*skeleton-screen.css +**/wwwroot/js/*bundle.js diff --git a/CS/ReportingApp/Views/Home/DocumentViewer.cshtml b/CS/ReportingApp/Views/Home/DocumentViewer.cshtml index 4b1e667..87f2ecf 100644 --- a/CS/ReportingApp/Views/Home/DocumentViewer.cshtml +++ b/CS/ReportingApp/Views/Home/DocumentViewer.cshtml @@ -2,11 +2,12 @@ @await Html.PartialAsync("_AILayout")