.dockerignore 316 B

123456789101112131415161718192021222324
  1. node_modules
  2. npm-debug.log
  3. yarn.lock
  4. package-lock.json
  5. bun.lock
  6. public/build/assets
  7. public/hot
  8. public/storage
  9. storage/logs
  10. storage/framework/cache
  11. storage/framework/sessions
  12. storage/framework/views
  13. bootstrap/cache
  14. vendor
  15. .env
  16. .env.*
  17. docker-compose.yml
  18. Dockerfile
  19. .git
  20. .gitignore
  21. README.md
  22. database
  23. tests
  24. phpunit.xml