2016-06-05 14:25:16 -04:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/bower_components
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# angular.io overrides
|
|
|
|
!angular-cli.json
|
|
|
|
!angular-cli-build.js
|
|
|
|
!config/environment.js
|
|
|
|
!config/karma-test.js
|
|
|
|
!config/karma.conf.js
|
|
|
|
!config/protractor.conf.js
|
|
|
|
!src/typings.d.ts
|
2016-06-10 07:50:16 -04:00
|
|
|
!src/tsconfig.json
|