Files
esengine/packages/engine/.gitignore
YHH a768b890fd feat: 集成Rust WASM渲染引擎与TypeScript ECS框架 (#228)
* feat: 集成Rust WASM渲染引擎与TypeScript ECS框架

* feat: 增强编辑器UI功能与跨平台支持

* fix: 修复CI测试和类型检查问题

* fix: 修复CI问题并提高测试覆盖率

* fix: 修复CI问题并提高测试覆盖率
2025-11-21 10:03:18 +08:00

17 lines
201 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Build output | 构建输出
/target
/pkg
# Cargo lock (library) | Cargo锁文件
Cargo.lock
# IDE | 开发环境
.idea/
.vscode/
*.swp
*.swo
# OS files | 系统文件
.DS_Store
Thumbs.db