openvidu/.dockerignore

178 lines
3.8 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/screenshots/
**/tests/videos/
**/tests/results/
**/test-results/
**/playwright-report/
**/test_localstorage_state.json
**/*_current.png
**/*_mask.png
**/*.spec.js.map
**/*.test.js.map
**/cypress/
**/jest-coverage/
**/.jest/
**/testapp/
# ====================================================
# 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
# ====================================================
# 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
**/.project
**/.classpath
**/.settings/
# ====================================================
# CACHE FILES
# ====================================================
**/.cache/
**/cache/
**/.parcel-cache/
**/.next/
**/.nuxt/
**/.gatsby/
# ====================================================
# BACKEND SPECIFIC
# ====================================================
**/uploads/
**/sessions/
**/public/
# ====================================================
# FRONTEND BUILD ARTIFACTS
# ====================================================
**/webcomponent/dist/
**/webcomponent/node_modules/
**/frontend/dist/
**/frontend/.angular/