Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What Not to Track (.gitignore)

Every time you open Unreal or compile code, it generates temporary files. If we sync these, our repository will become bloated and broken. Our project includes a hidden file called .gitignore, which automatically hides these folders from GitHub Desktop.

Never force-commit files from these folders:

  • DerivedDataCache/
  • Intermediate/
  • Saved/
  • Binaries/