Skip to content

Commit da97032

Browse files
committed
Release v4.5.5
1 parent a56e853 commit da97032

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

preload.php

+6-4
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,25 @@ class preload
3838
[
3939
'include' => __DIR__ . '/vendor/codeigniter4/framework/system', // Change this path if using manual installation
4040
'exclude' => [
41-
'/system/bootstrap.php',
4241
// Not needed if you don't use them.
4342
'/system/Database/OCI8/',
4443
'/system/Database/Postgre/',
4544
'/system/Database/SQLite3/',
4645
'/system/Database/SQLSRV/',
47-
// Not needed.
46+
// Not needed for web apps.
4847
'/system/Database/Seeder.php',
4948
'/system/Test/',
50-
'/system/Language/',
5149
'/system/CLI/',
5250
'/system/Commands/',
5351
'/system/Publisher/',
5452
'/system/ComposerScripts.php',
53+
// Not Class/Function files.
54+
'/system/Config/Routes.php',
55+
'/system/Language/',
56+
'/system/bootstrap.php',
57+
'/system/rewrite.php',
5558
'/Views/',
5659
// Errors occur.
57-
'/system/Config/Routes.php',
5860
'/system/ThirdParty/',
5961
],
6062
],

0 commit comments

Comments
 (0)