.gitignore 535 B

1234567891011121314151617181920212223242526272829303132
  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. profiles/
  13. build/
  14. extensions/
  15. settings/
  16. preview-template/
  17. # native/
  18. #//////////////////////////
  19. # NPM
  20. #//////////////////////////
  21. # node_modules/
  22. #//////////////////////////
  23. # VSCode
  24. #//////////////////////////
  25. .vscode/
  26. #//////////////////////////
  27. # WebStorm
  28. #//////////////////////////
  29. .idea/
  30. /build