Saving your editor layout

If you want to save your editor layout and other settings, then

  1. Remove */Saved/ from your main .gitignore file

  2. 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.

2 Likes

Privacy & Terms