From db473189255913a92efc67e72354e9546327b216 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 17 Jul 2020 08:07:12 -0500 Subject: [PATCH] update gitignores --- bootstrap/.gitignore | 1 - storage/framework/.gitignore | 13 +++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 bootstrap/.gitignore diff --git a/bootstrap/.gitignore b/bootstrap/.gitignore deleted file mode 100644 index 964c08f6f..000000000 --- a/bootstrap/.gitignore +++ /dev/null @@ -1 +0,0 @@ -maintenance.php diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index b02b700f1..05c4471f2 100644 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -1,8 +1,9 @@ -config.php -routes.php -schedule-* 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