.dockerignore 194 B

12345678910111213141516171819
  1. .git
  2. *.md
  3. .gitignore
  4. .eslintrc.js
  5. .prettierrc
  6. .env
  7. .env.example
  8. pnpm-lock.yaml
  9. HEARTBEAT.md
  10. SOUL.md
  11. AGENTS.md
  12. BOOTSTRAP.md
  13. TOOLS.md
  14. IDENTITY.md
  15. USER.md
  16. **/node_modules
  17. **/.next
  18. **/dist
  19. **/.pnpm