添加Cocos Creator ECS编辑器插件:完整的框架管理和模板生成功能

This commit is contained in:
YHH
2025-06-16 18:32:44 +08:00
parent d9ef0b587e
commit 103f773286
34 changed files with 3007 additions and 0 deletions

24
extensions/cocos/cocos-ecs/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
local/
build/
profiles/
native
#//////////////////////////
# NPM
#//////////////////////////
node_modules/
#//////////////////////////
# VSCode
#//////////////////////////
.vscode/
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/