62 lines
887 B
Plaintext
62 lines
887 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
*.angular
|
|
**/dist
|
|
/tmp
|
|
/out-tsc
|
|
*.tgz
|
|
|
|
|
|
# dependencies
|
|
**/*/node_modules
|
|
**/*/target
|
|
|
|
# profiling files
|
|
chrome-profiler-events*.json
|
|
speed-measure-plugin*.json
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.history/*
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
./**/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.editorconfig
|
|
*.browserslistrc
|
|
.git/*
|
|
|
|
|
|
backend/public/
|
|
|
|
frontend/projects/shared-meet-components/src/lib/typings/
|
|
|
|
backend/src/typings/
|
|
**/*/coverage
|
|
|
|
frontend/webcomponent/**/openvidu-meet.**.js
|
|
testapp/public/js/app.js
|
|
testapp/public/js/webcomponent.js
|
|
frontend/webcomponent/test-results/.last-run.json
|
|
frontend/webcomponent/test_localstorage_state.json
|