From 0c02b836eba0f8d9340fd6c3c3da4ab416d66808 Mon Sep 17 00:00:00 2001 From: Refringe Date: Thu, 30 Jan 2025 22:26:05 -0500 Subject: [PATCH] Rector Ignore bootstrap/cache directory --- rector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/rector.php b/rector.php index 0434baa..e3c47f1 100644 --- a/rector.php +++ b/rector.php @@ -19,6 +19,7 @@ return RectorConfig::configure() ]) ->withSkip([ __DIR__.'*.blade.php', + __DIR__.'/bootstrap/cache', ]) ->withCache( cacheDirectory: '.rector/cache',