openvidu/.gitignore
Carlos Santos f4c2ab42f8 Cleans up .gitignore and typings
Removes redundant entries from .gitignore to streamline the ignored files list.

Deletes an obsolete properties model file, simplifying the codebase and removing unnecessary files.
2025-07-22 17:21:06 +02:00

65 lines
941 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
**test-results/**
frontend/webcomponent/src/typings/