We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cff77 commit 835583eCopy full SHA for 835583e
src/Installer.php
@@ -28,6 +28,7 @@ public static function postInstall(Event $event = null)
28
mkdir(static::DOCROOT, 0755);
29
copy('vendor/codeigniter/framework/index.php', static::DOCROOT . '/index.php');
30
copy('dot.htaccess', static::DOCROOT . '/.htaccess');
31
+ copy('vendor/codeigniter/framework/.gitignore', '.gitignore');
32
33
// Fix paths in index.php
34
$file = static::DOCROOT . '/index.php';
0 commit comments