Unity 团队中的 .gitignore 等同于什么?

What's the equivalent of .gitignore in unity teams?

标题说明了一切。由于个人帐户的 1gb 限制,我希望 unity 不与团队的其他成员同步目录 - 有什么办法可以做到这一点吗?

是的,将该目录的名称作为单独的一行放在 .gitignore 文件中。

有一个文档页面描述了您要查找的内容。

https://docs.unity3d.com/Manual/UnityCollaborateIgnoreFiles.html

回答问题: .collabignore 是等效文件

引自上面的文档。

To add your own exclude rules to the .collabignore file:

  1. Read the GitIgnore documentation on Git-SCM.com.
  2. Edit the .collabignore file to add your new rules.
  3. Start the Unity Editor (or restart the Editor if it is already running).
  4. Publish your .collabignore file changes in Collaborate to share your exclusions with the rest of your team.