Dockerfile.dockerignore 700 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Dependencies and build caches
  2. **/node_modules
  3. **/coverage
  4. **/.pnpm-store
  5. **/.next
  6. **/.turbo
  7. out
  8. # Docker files (prevent recursive context)
  9. **/Dockerfile
  10. **/*.dockerignore
  11. # Git
  12. .git
  13. # IDE and editor settings
  14. .vscode
  15. .idea
  16. **/.DS_Store
  17. # Test files
  18. **/*.spec.*
  19. **/*.test.*
  20. **/test/
  21. **/__tests__/
  22. **/playwright/
  23. # Documentation (not needed for build)
  24. **/*.md
  25. !**/README.md
  26. # Environment files for local development
  27. .env.local
  28. .env.*.local
  29. # Unrelated apps
  30. apps/slackbot-proxy
  31. # CI/CD and config
  32. .github
  33. **/.editorconfig
  34. **/.markdownlint.yml
  35. **/.mcp.json
  36. **/.prettier*
  37. **/.stylelintrc*
  38. **/biome.json
  39. **/lefthook.yml
  40. # AI related files
  41. **/.claude
  42. **/.kiro
  43. **/.serena
  44. **/AGENTS.md
  45. **/CLAUDE.md