What folders do I check into Perforce?

When I set up a new project, I want to check everything into Perforce. I know that not all folders should be in Perforce (like the Saved folder), but I’m not sure which ones?

Which of these top level folders shouldn’t be tracked in version control?

Binaries
Build
Config
Content
Intermediate
Saved
Source Content
NewProject.uproject

don’t include build, intermediate, or saved

Don’t include these, some might pop up later:

Binaries
Build
Debug
DerivedDataCache
Intermediate
Saved
x64
.vs
NewProject.sln

Awesome, thank you!