Godot:什么是 .import 文件,您应该将它们提交给 git 吗?
Godot: what are .import files, and should you commit them to git?
在 Godot 中,当您将图像和其他资源导入编辑器时,会创建一个额外的 <filename>.import
文件。
那些 .import 文件有什么用?您应该将它们提交给您的 git 存储库吗?
我不知道戈多,但医生说:
Importing will add an extra .import file, containing the import
configuration. Make sure to commit these to your version control
system!
如何找到文档? : 在 Google
上搜索 "godot import files"
放心,无视就好。我在 godot 上工作的所有项目都不会在不导入它们的情况下产生冲突。还因为每个“.import”在 PC 之间都是唯一的。
在 Godot 中,当您将图像和其他资源导入编辑器时,会创建一个额外的 <filename>.import
文件。
那些 .import 文件有什么用?您应该将它们提交给您的 git 存储库吗?
我不知道戈多,但医生说:
Importing will add an extra .import file, containing the import configuration. Make sure to commit these to your version control system!
如何找到文档? : 在 Google
上搜索 "godot import files"放心,无视就好。我在 godot 上工作的所有项目都不会在不导入它们的情况下产生冲突。还因为每个“.import”在 PC 之间都是唯一的。