Add exclusion of example cli *.db files in .gitignore

This commit is contained in:
志宇 2023-07-20 08:16:20 +08:00
parent eabeb6ccb1
commit af705da1a8
No known key found for this signature in database
GPG Key ID: F6345C9837C2BDE8

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ Cargo.lock
*.swp *.swp
.idea .idea
# Example persisted files.
*.db