Every time I launch Unreal I have to wait 4-5 minutes as Unreal keeps trying to add files from ignored folders to my repository.
I 'm using Plastic SCM as my version control system. My folder ignore rules are basically ignoring everything in /Content beside my project subfolder to avoid bloating the repository with other packages.
ignore.conf:
...
/Content
~/Content/MyProject
...
When I launch Unreal it seems Unreal is trying to add the files in the ignored folders under /Content.
There are “Adding files(s) to Repository” popups for like 4-5 minutes and in Visual Studio I can see the adding file commands:
[2024.09.11-10.27.03:203][ 0]LogSourceControl: RunCommand: 'add --parents ? "C:/Dev/Projects/MyProject/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset"' (in 0.004s) output (170 chars):
The selected items are about to be added. Please wait ...
c:\Dev\Projects\MyProject\Content\StarterContent\Blueprints\Blueprint_Effect_Smoke.uasset has been excluded.
[2024.09.11-10.27.03:753][ 0]LogSourceControl: RunCommand: 'status --machinereadable --fieldseparator=";" --controlledchanged "C:/Dev/Projects/MyProject/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset"' (in 0.551s) output (42 chars):
STATUS;10;MyProject;MyRepository@cloud
[2024.09.11-10.27.03:759][ 0]LogSourceControl: RunCommand: 'fileinfo --format="{RevisionChangeset};{RevisionHeadChangeset};{RepSpec};{LockedBy};{LockedWhere};{ServerPath}" "C:/Dev/Projects/MyProject/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset"' (in 0.005s) output (75 chars):
-1;-1;;;;/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset
[2024.09.11-10.27.03:917][ 0]LogSourceControl: RunCommand: 'lock list --machinereadable --smartlocks --anystatus --fieldseparator=";" --dateformat=yyyy-MM-ddTHH:mm:ss' (in 0.158s) output (0 chars):
[2024.09.11-10.27.03:919][ 0]SourceControl: Command: MarkForAdd, Info: The selected items are about to be added. Please wait ...
[2024.09.11-10.27.03:919][ 0]SourceControl: Command: MarkForAdd, Info: c:\Dev\Projects\MyProject\Content\StarterContent\Blueprints\Blueprint_Effect_Smoke.uasset has been excluded.
[2024.09.11-10.27.03:919][ 0]LogSourceControl: MarkForAdd of C:/Dev/Projects/MyProject/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset processed in 0.996s
[2024.09.11-10.27.03:924][ 0]LogSourceControl: GetState: ForceUpdate
[2024.09.11-10.27.03:924][ 0]LogSourceControl: ExecuteSynchronousCommand: UpdateStatus