Skip to content

Commit 835583e

Browse files
committed
Copy gitignore from CodeIgniter
1 parent b8cff77 commit 835583e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Installer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public static function postInstall(Event $event = null)
2828
mkdir(static::DOCROOT, 0755);
2929
copy('vendor/codeigniter/framework/index.php', static::DOCROOT . '/index.php');
3030
copy('dot.htaccess', static::DOCROOT . '/.htaccess');
31+
copy('vendor/codeigniter/framework/.gitignore', '.gitignore');
3132

3233
// Fix paths in index.php
3334
$file = static::DOCROOT . '/index.php';

0 commit comments

Comments
 (0)