d70ee83a63
Configure Docker Compose, Dockerfiles for API and web servers, and a startup script to enable local development and deployment of the application. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 9b39e228-74f1-466d-ab5c-87a1e5e7ed07 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/kI0sxlu Replit-Helium-Checkpoint-Created: true
29 lines
326 B
Plaintext
29 lines
326 B
Plaintext
node_modules
|
|
**/node_modules
|
|
**/dist
|
|
**/build
|
|
**/.next
|
|
**/.turbo
|
|
**/.cache
|
|
**/coverage
|
|
**/playwright-report
|
|
**/test-results
|
|
**/.vite
|
|
**/.expo
|
|
.git
|
|
.gitignore
|
|
.local
|
|
.replit
|
|
.cache
|
|
attached_assets
|
|
storage
|
|
**/storage
|
|
.env
|
|
.env.*
|
|
!.env.docker.example
|
|
*.log
|
|
**/*.log
|
|
.DS_Store
|
|
artifacts/mockup-sandbox
|
|
docker-compose.override.yml
|