From 4ec0f014bff18ec71ecc9b08b4575bc002786f87 Mon Sep 17 00:00:00 2001 From: Hezekiah Jenkins Date: Thu, 23 Jul 2026 17:11:50 -0500 Subject: [PATCH] chore: update admin editor title to "Praxium - Allies and Partners" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add .gitignore entries for credential-like files (.gitToken.txt, .recovery-codes.txt, *.pem, *.key) as a safety net — these should never be committed regardless. --- .gitignore | 6 ++++++ admin-editor/index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db53b35..cbc371e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,12 @@ wheels/ .env .env.local +# Credentials / secrets — never commit these +.gitToken.txt +.recovery-codes.txt +*.pem +*.key + # IDE .vscode/ .idea/ diff --git a/admin-editor/index.html b/admin-editor/index.html index 0857be2..f712da5 100644 --- a/admin-editor/index.html +++ b/admin-editor/index.html @@ -3,12 +3,12 @@ - Praxium Network — Admin JSON Editor + Praxium - Allies and Partners: Admin JSON Editor
-

Praxium Network — Admin JSON Editor

+

Praxium - Allies and Partners: Admin JSON Editor