mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 10:17:16 +02:00
added some missing files
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user