From af705da1a846214f104df8886201a23cfa4b6b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Thu, 20 Jul 2023 08:16:20 +0800 Subject: [PATCH] Add exclusion of example cli `*.db` files in `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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