.cursorignore 323 B

12345678910111213141516171819202122232425262728293031
  1. # Dependencies & vendors
  2. node_modules/
  3. vendor/
  4. # Build & generated output
  5. dist/
  6. build/
  7. unpackage/
  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
  22. # h5 variants ¡ª only touch when the user explicitly asks
  23. # hdh5/
  24. # mallh5/