mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
Rector Ignore bootstrap/cache directory
This commit is contained in:
parent
1c6a749d71
commit
0c02b836eb
@ -19,6 +19,7 @@ return RectorConfig::configure()
|
||||
])
|
||||
->withSkip([
|
||||
__DIR__.'*.blade.php',
|
||||
__DIR__.'/bootstrap/cache',
|
||||
])
|
||||
->withCache(
|
||||
cacheDirectory: '.rector/cache',
|
||||
|
Loading…
x
Reference in New Issue
Block a user