mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix tmp directories cleanup
This commit is contained in:
@@ -322,6 +322,9 @@ class appbox extends base
|
||||
$finder->in(array(
|
||||
$this->app['root.path'] . '/tmp/cache_minify/',
|
||||
$this->app['root.path'] . '/tmp/cache_twig/',
|
||||
$this->app['root.path'] . '/tmp/cache/profiler/',
|
||||
$this->app['root.path'] . '/tmp/doctrine/',
|
||||
$this->app['root.path'] . '/tmp/serializer/',
|
||||
))
|
||||
->depth(0)
|
||||
->ignoreVCS(true)
|
||||
|
Reference in New Issue
Block a user