Remove .idea folder (PhpStorm IDE project files)

This commit is contained in:
Andy Heathershaw 2016-10-27 13:04:37 +01:00
parent 7da987c987
commit baff6145d8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ system(sprintf('rm -rf %s/storage/logs/*.log', $appRoot));
echo 'Removing build files...' . PHP_EOL . PHP_EOL;
// Remove development-related files
system(sprintf('rm -rf %s/.idea', $appRoot));
system(sprintf('rm -rf %s/resources/build', $appRoot));
system(sprintf('rm -rf %s/tests', $appRoot));
@unlink(sprintf('%s/composer.phar', $appRoot));