From a495a48051c0ca98ee854ce974e5dcd0c781d333 Mon Sep 17 00:00:00 2001 From: David Lima Date: Wed, 16 Jul 2025 19:29:36 -0300 Subject: [PATCH] chore: add phpactor config file to .gitignore Signed-off-by: David Lima --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04397a932..482579d45 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later .idea .vscode +.phpactor* .env .secrets *.iml