2018-08-08 03:27:56 +00:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
/out-tsc
|
2019-02-01 21:35:45 +00:00
|
|
|
**/*.egg-info
|
2018-08-08 03:27:56 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
**/node_modules
|
|
|
|
|
2019-01-31 05:36:51 +00:00
|
|
|
# python notebooks
|
|
|
|
*.ipynb
|
|
|
|
|
2018-08-08 03:27:56 +00:00
|
|
|
# IDEs and editors
|
|
|
|
**/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
2018-09-26 21:30:46 +00:00
|
|
|
__pycache__/
|
2018-08-08 03:27:56 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2018-09-26 21:30:46 +00:00
|
|
|
|
|
|
|
|