buster/apps/server/.dockerignore

121 lines
1.3 KiB
Plaintext

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm
# Build outputs
dist
build
.next
.turbo
# Development files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor files
.vscode
.idea
*.swp
*.swo
*~
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git
.gitignore
.gitattributes
# Docker
Dockerfile*
.dockerignore
docker-compose*.yml
# Testing
coverage
.nyc_output
.coverage
*.lcov
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# Temporary folders
tmp/
temp/
# Documentation (not needed for runtime)
*.md
docs/
# Tests (not needed for production)
**/*.test.*
**/*.spec.*
__tests__/
test/
tests/
# Development configuration
.prettierrc*
.eslintrc*
.babelrc*
jest.config.*
vitest.config.*
tsconfig.json
# Exclude other apps (we only want server)
apps/web
apps/cli
apps/electric-server
apps/trigger