Godot 项目初始化:C++ GDExtension 骨架

这个提交包含在:
2026-08-05 14:15:45 +08:00
当前提交 1d5ac58783
修改 20 个文件,包含 318 行新增0 行删除
+13
查看文件
@@ -0,0 +1,13 @@
# Godot 4+ specific ignores
.godot/
/android/
# C++ 扩展编译产物
/build/
/bin/
*.user
*.suo
# 其他
.DS_Store
Thumbs.db