
* initialised angular2 project * Deleting old files * deploying to travis * fixing the travis errors * fixing the travis errors * fixing the travis errors * fixing the travis errors * upgrading to newer version of angular-cli * resolving travis errors * resolving test errors in travis * implementation of search query * adding search functionality to navigation bar * Added progress bar, pagination bar(needs a few further modifications
35 lines
414 B
Text
Executable file
35 lines
414 B
Text
Executable file
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
src/app/mocks/
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/bower_components
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
/.vscode
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage/*
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
testem.log
|
|
/typings
|
|
|
|
# e2e
|
|
/e2e/*.js
|
|
/e2e/*.map
|
|
|
|
#System Files
|
|
.DS_Store
|
|
Thumbs.db
|