Godot 项目初始化:C++ GDExtension 骨架
这个提交包含在:
+13
@@ -0,0 +1,13 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
/android/
|
||||
|
||||
# C++ 扩展编译产物
|
||||
/build/
|
||||
/bin/
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# 其他
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
在新工单中引用
屏蔽一个用户