From 8d587cd192a010f450b038b741decb693d30a40e Mon Sep 17 00:00:00 2001 From: Robin Dirksen Date: Tue, 21 Nov 2023 18:59:25 +0100 Subject: [PATCH] Update .gitignore.example for horizon mix-manifest An error occurred when visiting `/horizon` and the `public_path('vendor/horizon/mix-manifest.json')` isn't published (error: `Horizon assets are not published. Please run: php artisan horizon:publish`). --- .gitignore.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore.example b/.gitignore.example index 9f6050d..76e759f 100644 --- a/.gitignore.example +++ b/.gitignore.example @@ -26,5 +26,5 @@ coverage .php_cs.cache .php-cs-fixer.cache node_modules -mix-manifest.json +/mix-manifest.json dump.rdb