From 98264bd9637c8c03389e4654ac865166ff782c46 Mon Sep 17 00:00:00 2001 From: Chris Li <666lcz@gmail.com> Date: Thu, 26 May 2022 16:54:19 -0700 Subject: [PATCH] chore: Add wallet.log to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5324a139e8805..afe26e428928c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ storage/ # Python .pyc + +# logs +wallet.log.*