What is CookerOpenOrder.log file? Can I add it to gitignore?

These logs record the order in which assets are loaded, which Unreal uses to:

  1. Optimize future load times by preloading assets in the same order.
  2. Improve cook efficiency on the same machine.

They don’t help team development and change too frequently, so YES, added them to gitignore.

# Cook logs
Build/Windows/FileOpenOrder