Fix tmp directories cleanup

This commit is contained in:
Romain Neutron
2013-09-02 17:13:18 +02:00
parent 629afb93ff
commit ba980d5f34
6 changed files with 15 additions and 1 deletions

View File

@@ -41,7 +41,10 @@ class module_console_systemClearCache extends Command
->exclude('.svn')
->in(array(
$this->container['root.path'] . '/tmp/cache_minify/',
$this->container['root.path'] . '/tmp/cache_twig/'
$this->container['root.path'] . '/tmp/cache_twig/',
$this->container['root.path'] . '/tmp/cache/profiler/',
$this->container['root.path'] . '/tmp/doctrine/',
$this->container['root.path'] . '/tmp/serializer/',
));
$filesystem = new Filesystem();