- 重组目录为 Game/Docs 分层并迁移卡牌资源 - 新增战斗卡牌 RFC 与项目结构文档 - 初始化 Godot C# 工程文件与解决方案 - 新增 CardDef/EffectSpec/ConditionSpec 资源定义 - 枚举改为 E* 命名并迁移到 Enums 目录 - 修正资源引用路径并更新项目配置 - 补充 .gitignore 的 .NET 忽略项
19 lines
167 B
Plaintext
19 lines
167 B
Plaintext
# Godot 4+ generated data
|
|
.godot/
|
|
/.import/
|
|
/android/
|
|
|
|
# Editor settings
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# .NET / C#
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.csproj.user
|
|
*.csproj.old
|