【UE】使用git做版本控制gitignore文件应该怎么写

在项目目录下创建.gitignore输入如下内容:

Binaries
DerivedDataCache
Intermediate
Saved
Build
.vscode
.vs
*.VC.db
*.opensdf
*.opendb
*.sdf
*.sln
*.suo
*.xcodeproj
*.xcworkspace

这样非必要的中间文件就不会上传到remote了

虚幻引擎版本:4.26

猜你喜欢

转载自blog.csdn.net/weixin_44559752/article/details/127544582