Skip to content

Commit

Permalink
Copy gitignore from CodeIgniter
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 2, 2017
1 parent b8cff77 commit 835583e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static function postInstall(Event $event = null)
mkdir(static::DOCROOT, 0755);
copy('vendor/codeigniter/framework/index.php', static::DOCROOT . '/index.php');
copy('dot.htaccess', static::DOCROOT . '/.htaccess');
copy('vendor/codeigniter/framework/.gitignore', '.gitignore');

// Fix paths in index.php
$file = static::DOCROOT . '/index.php';
Expand Down

0 comments on commit 835583e

Please sign in to comment.