From 4cfbfa5ee767d3003165a260caf28b6272417379 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:55:17 +0300 Subject: [PATCH] Add Codex data-dir and ethereum keypair to the .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d1ef770..00b2540 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,10 @@ # Datadir *-data +data_client + +# Ethereum keypair +eth.address +eth.key .DS_Store