2017-04-15 09:38:23 +02:00
|
|
|
# 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
|
2016-06-01 11:33:07 +02:00
|
|
|
*.iml
|
2017-04-15 09:38:23 +02:00
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
2016-09-20 20:30:39 +02:00
|
|
|
npm-debug.log
|
2017-04-15 09:38:23 +02:00
|
|
|
testem.log
|
|
|
|
/typings
|
|
|
|
|
|
|
|
# e2e
|
|
|
|
/e2e/*.js
|
|
|
|
/e2e/*.map
|
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2017-04-08 00:24:44 +02:00
|
|
|
*~
|