From 0bd21dc41a70e6e5799667a1ed3388cd2128b69a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Mar 2026 11:21:43 -0400 Subject: [PATCH] Security: ignore and untrack genesis.jsonc --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eeeb1dc..817f004 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ a.out *.swp *.swo *~ + +# Local secrets +genesis.jsonc