I wish to ignore /Splash/ folder from auto import - it’s not supposed to be monitored. I wish these settings to be in the Project and not the Editor too (that’s where I saw the current options for auto load)
This doesn’t seem possible at this time, therefor every user gets this annoying message on startup asking to import Splash.bmp
After doing a bit of digging I was able to find out that this feature is already underway internally and that it should be available in a later release of the engine. Until then you do have a couple of options that may be viable depending on your needs.
Turn off the auto-reimport completely
Set up individual monitors for each sub directory that you want to be monitoring, excluding /Splash/, in the advanced options instead of the root folder.
As for applying your settings on a project wide scale, the suggestion was to distribute project your DefaultEditorUserSettings.ini through your source control (usually residing inside Game/Config/DefaultEditorUserSettings.ini). I hope this information helps.