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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
This commit is contained in:
@@ -6,5 +6,6 @@
|
|||||||
/pages/01.trips/italy-2026-demo/
|
/pages/01.trips/italy-2026-demo/
|
||||||
/pages/02.post/*ui-test*/
|
/pages/02.post/*ui-test*/
|
||||||
/config/plugins/git-sync.yaml
|
/config/plugins/git-sync.yaml
|
||||||
|
/config/plugins/api-private.php
|
||||||
/config/security.yaml
|
/config/security.yaml
|
||||||
/themes/intotheeast/node_modules/
|
/themes/intotheeast/node_modules/
|
||||||
|
|||||||
Reference in New Issue
Block a user