From aa5f4977496ab51119b8398e8e4e1186c362c3bb Mon Sep 17 00:00:00 2001 From: gikf <60067306+gikf@users.noreply.github.com> Date: Fri, 5 May 2023 21:26:41 +0200 Subject: [PATCH] chore: add pattern for testnet files to `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8b8f4ee..cdc690a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ Cargo.lock # Should be included in repo, but does not get updated test-ledger + +# Untracked files that should not be removed when lesson is reset +*.testnet*