diff options
author | statta <statta@research.att.com> | 2019-08-23 08:55:20 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2019-08-23 08:55:20 -0400 |
commit | 257db4a428d645a11b1984ffc6c0c1b52253133e (patch) | |
tree | ce7b723a91e49eaae53a5b2e21d658c686734b19 /ecomp-sdk/epsdk-app-os/ngapp/.gitignore | |
parent | 0059d930202a56fa4fead529980230bf110aab2e (diff) |
Update main page routing
Issue-ID: PORTAL-706
Change-Id: I05ab9ca9b4a4bd420bca808f9be793c327c127ce
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngapp/.gitignore')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngapp/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngapp/.gitignore b/ecomp-sdk/epsdk-app-os/ngapp/.gitignore index 02ded2d6..18128254 100644 --- a/ecomp-sdk/epsdk-app-os/ngapp/.gitignore +++ b/ecomp-sdk/epsdk-app-os/ngapp/.gitignore @@ -8,4 +8,6 @@ e2e src/styles src/app/* !src/app/pages -!src/app/*.*
\ No newline at end of file +!src/app/pages/** +!src/app/*.* +!src/app/layout/layout-routing.module.js
\ No newline at end of file |