diff --git a/symfony/framework-bundle/4.2/manifest.json b/symfony/framework-bundle/4.2/manifest.json index 101b2aa2..ea4dc7e6 100644 --- a/symfony/framework-bundle/4.2/manifest.json +++ b/symfony/framework-bundle/4.2/manifest.json @@ -23,6 +23,7 @@ "/.env.*.local", "/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php", "/%PUBLIC_DIR%/bundles/", + "/%SRC_DIR%/preload.php", "/%VAR_DIR%/", "/vendor/" ] diff --git a/symfony/framework-bundle/5.2/manifest.json b/symfony/framework-bundle/5.2/manifest.json index 17fa50af..63288fde 100644 --- a/symfony/framework-bundle/5.2/manifest.json +++ b/symfony/framework-bundle/5.2/manifest.json @@ -21,6 +21,7 @@ "/.env.*.local", "/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php", "/%PUBLIC_DIR%/bundles/", + "/%SRC_DIR%/preload.php", "/%VAR_DIR%/", "/vendor/" ]