From 5e18a2e06c7138f2978b8349d41a3d7322115519 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Tue, 18 Aug 2026 08:39:55 -0400 Subject: [PATCH] chore: remove public_key.pem and .gitsecret/ from repo --- .gitignore | 2 ++ .gitsecret/paths/mapping.cfg | 0 public_key.pem | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .gitsecret/paths/mapping.cfg delete mode 100644 public_key.pem diff --git a/.gitignore b/.gitignore index 6ec8f3b..3092ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ download_bal_db.sh *.swp *.swo src/xpub.rs2 +public_key.pem +.gitsecret/ diff --git a/.gitsecret/paths/mapping.cfg b/.gitsecret/paths/mapping.cfg deleted file mode 100644 index e69de29..0000000 diff --git a/public_key.pem b/public_key.pem deleted file mode 100644 index 66f9547..0000000 --- a/public_key.pem +++ /dev/null @@ -1,3 +0,0 @@ ------BEGIN PUBLIC KEY----- -MCowBQYDK2VwAyEAm6ADLznAAoMqr4nDoLF9KdkAd397eA7BcINlvhpxFm8= ------END PUBLIC KEY-----