mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
- 实现AutoSceneGenerator为标记了[AutoScene]特性的Godot节点生成场景行为样板代码 - 实现AutoRegisterExportedCollectionsGenerator为导出集合生成批量注册样板方法 - 添加AutoBehaviorDiagnostics和AutoRegisterExportedCollectionsDiagnostics诊断描述符 - 创建AnalyzerReleases.Unshipped.md文件跟踪新的分析器规则 - 添加完整的单元测试覆盖两个生成器的功能和错误情况 - 更新.gitignore文件排除dotnet-home和脚本缓存目录
20 lines
265 B
Plaintext
20 lines
265 B
Plaintext
bin/
|
|
obj/
|
|
/packages/
|
|
riderModule.iml
|
|
/_ReSharper.Caches/
|
|
GFramework.sln.DotSettings.user
|
|
.idea/
|
|
dotnet-home/
|
|
scripts/__pycache__/
|
|
# ai
|
|
opencode.json
|
|
.claude/settings.local.json
|
|
.claude/settings.json
|
|
.omc/
|
|
docs/.omc/
|
|
docs/.vitepress/cache/
|
|
local-plan/
|
|
# tool
|
|
.venv/
|