mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20: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([
|
->withSkip([
|
||||||
__DIR__.'*.blade.php',
|
__DIR__.'*.blade.php',
|
||||||
|
__DIR__.'/bootstrap/cache',
|
||||||
])
|
])
|
||||||
->withCache(
|
->withCache(
|
||||||
cacheDirectory: '.rector/cache',
|
cacheDirectory: '.rector/cache',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user