1234567891011121314151617181920212223242526272829 |
- #///////////////////////////
- # Cocos Creator 3D Project
- #///////////////////////////
- library/
- temp/
- local/
- profiles/
- # native
- native/engine/android/app/assets
- native/engine/android/app/release
- native/engine/android/app/debug
- # build
- build/
- #//////////////////////////
- # NPM
- #//////////////////////////
- node_modules/
- #//////////////////////////
- # VSCode
- #//////////////////////////
- .vscode/
- #//////////////////////////
- # WebStorm
- #//////////////////////////
- .idea/
|