Rector Ignore bootstrap/cache directory

This commit is contained in:
Refringe 2025-01-30 22:26:05 -05:00
parent 1c6a749d71
commit 0c02b836eb
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -19,6 +19,7 @@ return RectorConfig::configure()
])
->withSkip([
__DIR__.'*.blade.php',
__DIR__.'/bootstrap/cache',
])
->withCache(
cacheDirectory: '.rector/cache',