Migrated the tool chain to angular-cli and updated all dependencies to their latest versions.
This commit is contained in:
parent
6dd65fd488
commit
038b42c967
68 changed files with 6266 additions and 909 deletions
49
.gitignore
vendored
49
.gitignore
vendored
|
@ -1,10 +1,43 @@
|
|||
*~
|
||||
.idea/
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
/tmp
|
||||
/out-tsc
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
*.iml
|
||||
atlassian-ide-plugin.xml
|
||||
node_modules/
|
||||
typings/
|
||||
src/**/*.js
|
||||
src/**/*.js.map
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# misc
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
/coverage
|
||||
/libpeerconnection.log
|
||||
npm-debug.log
|
||||
dist/
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
# e2e
|
||||
/e2e/*.js
|
||||
/e2e/*.map
|
||||
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue