From 2b48e427fd337fbfc7a550bd7e559a610643c3b8 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 4 Jul 2026 17:49:59 +0200 Subject: [PATCH] chore: gitignore api plugin private-key file (api-private.php) The API plugin (>=1.0.7) relocates jwt_secret from config/plugins/api.yaml into a generated config/plugins/api-private.php. Ignore it like the other per-instance secrets (git-sync.yaml, security.yaml) so it is never committed or pushed by git-sync. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 172cc87..4e7cc00 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ /pages/01.trips/italy-2026-demo/ /pages/02.post/*ui-test*/ /config/plugins/git-sync.yaml +/config/plugins/api-private.php /config/security.yaml /themes/intotheeast/node_modules/