chinese_chess/.gitignore
ZZY 327c2df94d refactor(chess): 重构象棋程序基础结构,使用Nullable重构核心代码
- 更新了多个文件的代码结构和类型定义,提高了代码的健壮性和可维护性
- 优化了事件处理、棋子管理和移动逻辑,为后续功能扩展打下坚实基础
- 修复了一些潜在的空指针异常问题,提高了程序的稳定性
- 修复部分bug
2024-11-22 23:51:32 +08:00

34 lines
397 B
Plaintext

# Godot 4+ specific ignores
.godot/
# Godot-specific
*.import
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# MyProject specific ignores
.vscode/
.vs/
Bin/
bin/
*.aseprite
*.csproj
*.sln
*.error
*.key*
# cs project files
!*.csproj
# Test files
Test/bin
Test/obj