How to do source control if change something via Editor

I download the .gitignore for UE4, which ignores Saved Intermediate Folder. However, any changes to level via editor is not recorded by git, and my c++ code can be tracked.

Anyone has solution