| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Dependencies
- node_modules/
- extensions/**/node_modules/
- # Cocos Creator generated cache and local state
- library/
- temp/
- local/
- logs/
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Build outputs
- build/
- dist/
- publish/
- release/
- remote/
- # Local preview/test artifacts
- tmp/
- marketing/
- .cache/
- .eslintcache
- # Local MCP/editor tooling
- extensions/
- # OS and editor files
- .DS_Store
- Thumbs.db
- Desktop.ini
- .idea/
- .vscode/
- # Keep Cocos project source, scenes, resources, and .meta files tracked.
- !.gitignore
- !assets/**/*.meta
|