From 043a454ab85e3bbfde1069da55a59d4acde68080 Mon Sep 17 00:00:00 2001 From: Prince John Santillan <60916966+princejohnsantillan@users.noreply.github.com> Date: Tue, 14 May 2024 01:07:32 +0800 Subject: [PATCH] Add .phpactor.json to .gitignore (#6400) Laravel Herd adds this file when opening up Tinkerwell from Herd --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7fe978f8..46340a60 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ .env .env.backup .env.production +.phpactor.json .phpunit.result.cache Homestead.json Homestead.yaml