From: 志宇 Date: Thu, 20 Jul 2023 00:16:20 +0000 (+0800) Subject: Add exclusion of example cli `*.db` files in `.gitignore` X-Git-Tag: v1.0.0-alpha.2~29^2~6 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=af705da1a846214f104df8886201a23cfa4b6b74;p=bdk Add exclusion of example cli `*.db` files in `.gitignore` --- diff --git a/.gitignore b/.gitignore index d0130189..95285763 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ Cargo.lock *.swp .idea + +# Example persisted files. +*.db