What files/folders should I exclude in .gitignore?

There’s an example gitignore file here: https://github.com/github/gitignore/…gine.gitignore
You’ll also want to set up LFS for all binary file types (mostly .uasset / .umap, and any other binary files your project has like .blend, .fbx, .png, …)

7 Likes