Skip to content

Commit

Permalink
Merge pull request #9111 from kenjis/update-preload.php
Browse files Browse the repository at this point in the history
fix: update preload.php
  • Loading branch information
kenjis authored Aug 16, 2024
2 parents 3e06557 + 208cd08 commit f2e560f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,25 @@ class preload
[
'include' => __DIR__ . '/vendor/codeigniter4/framework/system', // Change this path if using manual installation
'exclude' => [
'/system/bootstrap.php',
// Not needed if you don't use them.
'/system/Database/OCI8/',
'/system/Database/Postgre/',
'/system/Database/SQLite3/',
'/system/Database/SQLSRV/',
// Not needed.
// Not needed for web apps.
'/system/Database/Seeder.php',
'/system/Test/',
'/system/Language/',
'/system/CLI/',
'/system/Commands/',
'/system/Publisher/',
'/system/ComposerScripts.php',
// Not Class/Function files.
'/system/Config/Routes.php',
'/system/Language/',
'/system/bootstrap.php',
'/system/rewrite.php',
'/Views/',
// Errors occur.
'/system/Config/Routes.php',
'/system/ThirdParty/',
],
],
Expand Down

0 comments on commit f2e560f

Please sign in to comment.