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/