.gitignore 540 B

123456789101112131415161718192021222324252627282930313233
  1. #///////////////////////////
  2. # Cocos Creator 3D Project
  3. #///////////////////////////
  4. oops-plugin-framework/
  5. oops-plugin-framework-tools/
  6. oops-plugin-hot-update/
  7. oops-plugin-excel-to-json/
  8. oops_framework_remote/
  9. library/
  10. temp/
  11. local/
  12. build/
  13. build
  14. profiles/
  15. extensions/
  16. settings/
  17. settings
  18. preview-template/
  19. native/
  20. #//////////////////////////
  21. # NPM
  22. #//////////////////////////
  23. # node_modules/
  24. #//////////////////////////
  25. # VSCode
  26. #//////////////////////////
  27. .vscode/
  28. #//////////////////////////
  29. # WebStorm
  30. #//////////////////////////
  31. .idea/