chinese_chess/.gitignore
ZZY b27abb55a2 build(project): 更新项目配置和代码结构
- 升级 Godot.NET.Sdk 版本至 4.4.0
- 更新场景文件中的资源引用方式
- 调整部分代码逻辑和数据结构
- 更新项目配置文件
2025-04-21 21:49:03 +08:00

37 lines
421 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/
android/
Bin/
bin/
*.aseprite
*.csproj
*.sln
*.error
*.key*
.editorconfig
# cs project files
!*.csproj
# Test files
Test/bin
Test/obj