gohorsejobs/backoffice/.dockerignore

69 lines
1.7 KiB
Text

# =============================================================================
# pnpm / Node
# =============================================================================
node_modules
.pnpm-store
pnpm-debug.log
npm-debug.log
yarn-error.log
.pnpm-lockfile
# =============================================================================
# Build output (rebuilt in Docker)
# =============================================================================
dist
build
.next
# =============================================================================
# Development & IDE
# =============================================================================
.git
.gitignore
.vscode
.idea
*.swp
*.swo
.DS_Store
Thumbs.db
# =============================================================================
# Environment & Secrets
# =============================================================================
.env
.env.*
!.env.example
*.pem
*.key
# =============================================================================
# Tests & Coverage
# =============================================================================
coverage
.nyc_output
test
tests
__tests__
*.spec.ts
*.test.ts
jest.config.*
*.e2e-spec.ts
# =============================================================================
# Documentation & Misc
# =============================================================================
README.md
CHANGELOG.md
docs
*.log
.eslintcache
.prettierignore
.editorconfig
tsconfig.tsbuildinfo
# =============================================================================
# Docker
# =============================================================================
Dockerfile*
docker-compose*
.dockerignore