Adapted v10.0.0 to starter-kit branch

This commit is contained in:
Sergio 2023-04-20 13:29:06 +02:00
parent fcc23ffd51
commit 03f2c1d353
413 changed files with 19202 additions and 38940 deletions

8
.gitignore vendored
View file

@ -1,9 +1,9 @@
# compiled output
# Compiled output
/dist
/tmp
/out-tsc
# dependencies
# Dependencies
/node_modules
# IDEs and editors
@ -22,7 +22,7 @@
!.vscode/launch.json
!.vscode/extensions.json
# misc
# Misc
/.angular/cache
/.sass-cache
/connect.lock
@ -37,6 +37,6 @@ testem.log
/e2e/*.js
/e2e/*.map
# System Files
# System files
.DS_Store
Thumbs.db