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:
- Read the GitIgnore documentation on Git-SCM.com.
- Edit the .collabignore file to add your new rules.
- Start the Unity Editor (or restart the Editor if it is already
running).
- Publish your .collabignore file changes in Collaborate to share your
exclusions with the rest of your team.
标题说明了一切。由于个人帐户的 1gb 限制,我希望 unity 不与团队的其他成员同步目录 - 有什么办法可以做到这一点吗?
是的,将该目录的名称作为单独的一行放在 .gitignore 文件中。
有一个文档页面描述了您要查找的内容。
https://docs.unity3d.com/Manual/UnityCollaborateIgnoreFiles.html
回答问题: .collabignore 是等效文件
引自上面的文档。
To add your own exclude rules to the .collabignore file:
- Read the GitIgnore documentation on Git-SCM.com.
- Edit the .collabignore file to add your new rules.
- Start the Unity Editor (or restart the Editor if it is already running).
- Publish your .collabignore file changes in Collaborate to share your exclusions with the rest of your team.