From fa604f8964f7791f1a3777ebcf412a0668a4e42e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:29:33 +0200 Subject: [PATCH] chore: improve storage .gitignore file --- storage/framework/.gitignore | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore index 05c4471f2..399cc4fdd 100644 --- a/storage/framework/.gitignore +++ b/storage/framework/.gitignore @@ -1,9 +1,6 @@ -compiled.php -config.php -down -events.scanned.php -maintenance.php -routes.php -routes.scanned.php -schedule-* -services.json +* +!cache/ +!sessions/ +!testing/ +!views/ +!.gitignore