mirror of
https://github.com/getgrav/grav.git
synced 2026-07-10 09:13:47 +02:00
symlink .editorconfig when using sandbox
This commit is contained in:
@@ -48,6 +48,7 @@ class SandboxCommand extends ConsoleCommand
|
||||
*/
|
||||
protected $mappings = [
|
||||
'/.gitignore' => '/.gitignore',
|
||||
'/.editorconfig' => '/.editorconfig',
|
||||
'/CHANGELOG.md' => '/CHANGELOG.md',
|
||||
'/LICENSE.txt' => '/LICENSE.txt',
|
||||
'/README.md' => '/README.md',
|
||||
|
||||
Reference in New Issue
Block a user