If you want to save your editor layout and other settings, then
-
Remove
*/Saved/
from your main .gitignore file -
Create new .gitignore in Saved folder with:
!.gitignore
!Config/
!Config/Windows/
!Config/Windows/EditorPerProjectUserSettings.ini
Discovered this problem when I reset my project and deleted all derived files.