.gitignore 527 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Dependencies
  2. node_modules/
  3. extensions/**/node_modules/
  4. # Cocos Creator generated cache and local state
  5. library/
  6. temp/
  7. local/
  8. logs/
  9. *.log
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. # Build outputs
  14. build/
  15. dist/
  16. publish/
  17. release/
  18. remote/
  19. # Local preview/test artifacts
  20. tmp/
  21. marketing/
  22. .cache/
  23. .eslintcache
  24. # Local MCP/editor tooling
  25. extensions/
  26. # OS and editor files
  27. .DS_Store
  28. Thumbs.db
  29. Desktop.ini
  30. .idea/
  31. .vscode/
  32. # Keep Cocos project source, scenes, resources, and .meta files tracked.
  33. !.gitignore
  34. !assets/**/*.meta