added some missing files

This commit is contained in:
Andy Miller
2014-10-27 17:33:45 -06:00
parent 2d4eb6d364
commit ac8887129c

View File

@@ -25,11 +25,18 @@ class SandboxCommand extends Command
protected $files = array('/.dependencies',
'/.htaccess',
'/nginx.conf',
'/web.config',
'/user/config/site.yaml',
'/user/config/system.yaml',
);
protected $mappings = array('/index.php' => '/index.php',
protected $mappings = array('/.editorconfig' => '/.editorconfig',
'/.gitignore' => '/.gitignore',
'/CHANGELOG.md' => '/CHANGELOG.md',
'/LICENSE' => '/LICENSE',
'/README.md' => '/README.md',
'/index.php' => '/index.php',
'/composer.json' => '/composer.json',
'/bin' => '/bin',
'/system' => '/system',