From 342331c1388ce7c13e6252f3059a0607b9c79eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 24 Jul 2023 09:05:49 +0200 Subject: [PATCH] Exclude "examples" directory --- config/opcache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/opcache.php b/config/opcache.php index 9f27377..0ca6d04 100644 --- a/config/opcache.php +++ b/config/opcache.php @@ -15,6 +15,7 @@ base_path('vendor'), ], 'exclude' => [ + 'examples', 'test', 'Test', 'tests',