openvidu/.dockerignore
2025-10-15 19:15:00 +02:00

165 lines
3.7 KiB
Plaintext

# ====================================================
# NODE.JS & NPM
# ====================================================
**/**/node_modules/
**/**/npm-debug.log*
**/**/yarn-debug.log*
**/**/yarn-error.log*
**/**/lerna-debug.log*
**/**/.npm
**/**/.pnpm-debug.log*
# ====================================================
# BUILD OUTPUTS & DIST
# ====================================================
**/**/dist/
**/**/build/
**/**/coverage/
**/**/.nyc_output/
**/**/lib-cov/
# # ====================================================
# # ANGULAR SPECIFIC
# # ====================================================
**/**/.angular/
# ====================================================
# TESTING & E2E
# ====================================================
**/**/e2e/
**/**/tests/
**/**/test-results/
**/**/playwright-report/
**/test_localstorage_state.json
**/*_current.png
**/*_mask.png
**/*.spec.js.map
**/*.test.js.map
**/cypress/
**/jest-coverage/
**/**/.jest/
**/**/jest.*
**/**/testapp/
**/**/__mocks__/
**/**/karma.*
# ====================================================
# DEVELOPMENT TOOLS & EDITORS
# ====================================================
**/.vscode/
**/.idea/
**/.vs/
**/.vscode-test/
**/*.swp
**/*.swo
**/*~
**/.DS_Store
**/Thumbs.db
# ====================================================
# GIT & VERSION CONTROL
# ====================================================
**/.git/
**/.gitignore
**/.gitattributes
**/.gitmodules
# ====================================================
# LOGS & TEMPORARY FILES
# ====================================================
**/logs/
**/*.log
**/tmp/
**/temp/
**/.tmp/
**/.temp/
**/pids/
**/*.pid
**/*.seed
**/*.pid.lock
# ====================================================
# ENVIRONMENT & CONFIG
# ====================================================
**/**/.env
**/**/.env.local
**/**/.env.development.local
**/**/.env.test.local
**/**/.env.production.local
**/**/.env.*.local
**/**/nodemon.**
# ====================================================
# DOCUMENTATION & README
# ====================================================
**/**/README.md
**/**/CHANGELOG.md
**/**/docs/
**/**/documentation/
**/**/*.md
**/**/webhooks-snippets/
# ====================================================
# LINTING & FORMATTING
# ====================================================
**/.eslintcache
**/.stylelintcache
**/.prettier*
**/.editorconfig
# ====================================================
# TYPESCRIPT
# ====================================================
**/tsconfig.tsbuildinfo
**/*.tsbuildinfo
# ====================================================
# CI/CD & DEPLOYMENT
# ====================================================
**/.github/
**/.gitlab-ci.yml
**/.travis.yml
**/.circleci/
**/jenkins/
**/azure-pipelines.yml
# ====================================================
# CERTIFICATES & KEYS
# ====================================================
**/**/*.pem
**/**/*.key
**/**/*.cert
**/**/*.p12
**/**/*.crt
# ====================================================
# MEDIA & ASSETS (Large files)
# ====================================================
**/*.mp4
**/*.avi
**/*.mov
**/*.mkv
**/*.webm
**/*.mp3
**/*.wav
**/*.flac
# ====================================================
# WORKSPACE & PROJECT FILES
# ====================================================
**/**/*.code-workspace
# ====================================================
# BACKEND SPECIFIC
# ====================================================
**/**/public/
# ====================================================
# FRONTEND BUILD ARTIFACTS
# ====================================================
**/**/node_modules/
**/**/webcomponent/dist/
**/**/frontend/dist/
**/**/frontend/.angular/