From 1bda1d4032ed3d3023b9cdb5fbccb849420e7c5e Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 4 Jan 2026 19:57:36 +0700 Subject: [PATCH] chore: Add .env.production.editable to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7903fe9..55d5875 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .env.backup .env.example.for.local .env.example.for.production +.env.production.editable .env.production.soft.copy .phpactor.json .phpunit.result.cache