Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #466 from invincibleJai/ng-cli6
Browse files Browse the repository at this point in the history
feat(ng6): initial migration to ng-cli6
  • Loading branch information
corinnekrych committed Sep 10, 2018
2 parents 3cad401 + 7f41414 commit dba73f2
Show file tree
Hide file tree
Showing 258 changed files with 13,894 additions and 112,656 deletions.
94 changes: 35 additions & 59 deletions .gitignore
@@ -1,72 +1,48 @@
# @AngularClass
# See http://help.github.com/ignore-files/ for more about ignoring files.

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# compiled output
/dist
/tmp
/out-tsc

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# dependencies
/node_modules

# Users Environment Variables
.lock-wscript
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# 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
yarn-error.log
testem.log
/typings

# OS generated files #
# System Files
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Node Files #
/node_modules
projects/fabric8-stack-analysis-ui/node_modules
/bower_components
npm-debug.log

# Coverage #
/coverage/

# Typing #
/src/typings/tsd/
/typings/
/tsd_typings/

# Dist #
/dist
/dist-watch
/public/__build__/
/src/*/__build__/
/__build__/**
/public/dist/
/src/*/dist/
/dist/**
/.awcache
.webpack.json
/dist-watch

# Doc #
/doc/

# IDE #
.idea/
*.swp
.vscode/
dist-watch/

# NPM #

npm-debug.log*

.history
/coverage/
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

50 changes: 0 additions & 50 deletions Dockerfile.builder

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile.deploy

This file was deleted.

0 comments on commit dba73f2

Please sign in to comment.