Files
gd-playground/.gitignore
Stanley d88d1a9781 feat(battle-architecture): 重构战斗卡牌项目结构并初始化C#内容模型
- 重组目录为 Game/Docs 分层并迁移卡牌资源
- 新增战斗卡牌 RFC 与项目结构文档
- 初始化 Godot C# 工程文件与解决方案
- 新增 CardDef/EffectSpec/ConditionSpec 资源定义
- 枚举改为 E* 命名并迁移到 Enums 目录
- 修正资源引用路径并更新项目配置
- 补充 .gitignore 的 .NET 忽略项
2026-04-19 22:34:05 +08:00

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