.forceignore problem repo Check everything deploys okay Create a scratch org Copy .forceignore_deploy_all to .forceignore Execute sfdx force:source:push and note the first and second objects and layouts are deployed Delete the scratch org Reproduce problem Create a scratch org Copy .forceignore_exclude_second to .forceignore Execute sfdx force:source:push and note the second object and layout are not deployed, as expected Copy .forceignore_deploy_all to .forceignore Execute sfdx force:source:push and note that no results found is displayed, so the updated .forceignore file isn't having the desired affect.