升级项目框架,移除大部分无用的物理和tween系统

This commit is contained in:
YHH
2025-06-07 20:32:43 +08:00
parent 00cc3a11c6
commit 2e38284d6e
181 changed files with 11964 additions and 43305 deletions

34
source/.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# 编译输出目录
bin/
# 依赖
node_modules/
# 日志文件
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 环境文件
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 编辑器配置
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db
# 测试覆盖率
coverage/
# 临时文件
*.tmp
*.temp