- Multi-stage builds: Backend 347MB → 196MB (43% reduction) - Production-ready containers with non-root security - Eliminated dev/prod naming - single clean container approach - TypeScript build issues resolved with relaxed build configs - Ready for Phase 7: Vehicles Fastify migration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
49 lines
459 B
Plaintext
49 lines
459 B
Plaintext
# Node.js
|
|
node_modules
|
|
npm-debug.log
|
|
.nyc_output
|
|
coverage
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
|
|
# System files
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
Dockerfile.dev
|
|
.dockerignore
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testing
|
|
vitest.config.ts
|
|
*.test.ts
|
|
*.test.tsx
|
|
*.test.js
|
|
*.test.jsx
|
|
|
|
# Vite specific
|
|
.vite
|
|
vite.config.ts.timestamp-* |