Include .htaccess in mirror

Fixes #1750
This commit is contained in:
Samuel Georges 2016-02-20 09:16:48 +11:00
parent 25f931d8f8
commit 87fc6f154d

View File

@ -26,6 +26,7 @@ class OctoberMirror extends Command
protected $description = '(Experimental) Generates a mirrored public folder using symbolic links.'; protected $description = '(Experimental) Generates a mirrored public folder using symbolic links.';
protected $files = [ protected $files = [
'.htaccess',
'index.php', 'index.php',
'favicon.ico', 'favicon.ico',
'robots.txt', 'robots.txt',