From 424389ca746ff3dbd7ee62ee1cc64354a025f07e Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 7 Jan 2023 20:33:14 +0000 Subject: [PATCH] Ignore temporary framework files --- storage/framework/.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 953edb7a9..05c4471f2 100644 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -1,7 +1,9 @@ -config.php -routes.php compiled.php -services.json -events.scanned.php -routes.scanned.php +config.php down +events.scanned.php +maintenance.php +routes.php +routes.scanned.php +schedule-* +services.json