7fcf516141
Configure Docker Compose, Dockerfiles for API and web servers, and a startup script to enable local development and deployment of the application.
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
|