File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,25 @@ class preload
38
38
[
39
39
'include ' => __DIR__ . '/vendor/codeigniter4/framework/system ' , // Change this path if using manual installation
40
40
'exclude ' => [
41
- '/system/bootstrap.php ' ,
42
41
// Not needed if you don't use them.
43
42
'/system/Database/OCI8/ ' ,
44
43
'/system/Database/Postgre/ ' ,
45
44
'/system/Database/SQLite3/ ' ,
46
45
'/system/Database/SQLSRV/ ' ,
47
- // Not needed.
46
+ // Not needed for web apps .
48
47
'/system/Database/Seeder.php ' ,
49
48
'/system/Test/ ' ,
50
- '/system/Language/ ' ,
51
49
'/system/CLI/ ' ,
52
50
'/system/Commands/ ' ,
53
51
'/system/Publisher/ ' ,
54
52
'/system/ComposerScripts.php ' ,
53
+ // Not Class/Function files.
54
+ '/system/Config/Routes.php ' ,
55
+ '/system/Language/ ' ,
56
+ '/system/bootstrap.php ' ,
57
+ '/system/rewrite.php ' ,
55
58
'/Views/ ' ,
56
59
// Errors occur.
57
- '/system/Config/Routes.php ' ,
58
60
'/system/ThirdParty/ ' ,
59
61
],
60
62
],
You can’t perform that action at this time.
0 commit comments