2020-11-16 16:37:09 -05:00
|
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
2017-03-13 06:35:16 -04:00
|
|
|
|
2017-03-27 12:13:50 -04:00
|
|
|
# compiled output
|
2017-03-13 06:35:16 -04:00
|
|
|
/dist
|
2017-03-27 12:13:50 -04:00
|
|
|
/out-tsc
|
2017-05-03 08:55:00 -04:00
|
|
|
/src/generated
|
2017-03-27 12:13:50 -04:00
|
|
|
/tmp
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# 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
|
2019-02-17 10:21:44 -05:00
|
|
|
/.firebase/
|
2017-03-13 06:35:16 -04:00
|
|
|
/.sass-cache
|
2017-03-27 12:13:50 -04:00
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
2018-02-27 18:24:07 -05:00
|
|
|
debug.log
|
2019-02-17 10:21:44 -05:00
|
|
|
firebase-debug.log
|
2017-03-27 12:13:50 -04:00
|
|
|
npm-debug.log
|
|
|
|
testem.log
|
|
|
|
/typings
|
|
|
|
yarn-error.log
|
|
|
|
|
|
|
|
# e2e
|
|
|
|
/e2e/*.js
|
|
|
|
/e2e/*.map
|
2017-04-13 17:35:13 -04:00
|
|
|
protractor-results*.txt
|
2017-03-27 12:13:50 -04:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|