.cursorignore 253 B

123456789101112131415161718192021222324252627
  1. # Dependencies & vendors
  2. node_modules/
  3. vendor/
  4. # Build & generated output
  5. dist/
  6. build/
  7. **/web/assets/
  8. coverage/
  9. # Runtime & logs
  10. runtime/
  11. console/runtime/
  12. logs/
  13. *.log
  14. # VCS & IDE
  15. .git/
  16. .idea/
  17. .hbuilderx/
  18. .DS_Store
  19. # Secrets
  20. # Source maps
  21. *.map