Hi,
I’m new in UE and I’m trying to set up git for my project. I do this using UE interface and everything is okay but one thing confuses me: I see many of CookerOpenOrder.log files for commit. Should I add them to gitignore? Thanks
PS: UE generated me these ignores:
Binaries DerivedDataCache Intermediate Saved .vscode .vs *.VC.db *.opensdf *.opendb *.sdf *.sln *.suo *.xcodeproj *.xcworkspace
This is my concern as well. The same goes for EditorOpenOrder.log.
These logs record the order in which assets are loaded, which Unreal uses to:
They don’t help team development and change too frequently, so YES, added them to gitignore.
# Cook logs Build/Windows/FileOpenOrder