From 7d8b790de5a274a932bf30657a0f5550fca9b67c Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 8 Sep 2020 22:24:17 +0000 Subject: [PATCH] Ignore temporary framework files --- storage/framework/.gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 0c4253924a..af09a98ced 100644 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -1,8 +1,10 @@ -config.php -routes.php -schedule-* -compiled.php -services.json -events.scanned.php -routes.scanned.php -down + +compiled.php +config.php +down +events.scanned.php +maintenance.php +routes.php +routes.scanned.php +schedule-* +services.json \ No newline at end of file