From 732c487d3dab4af9fc561527591d3d56299e39f2 Mon Sep 17 00:00:00 2001 From: fx Date: Mon, 9 Oct 2023 16:06:08 +0200 Subject: added db for devices --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index af9826a..b202947 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -.idea \ No newline at end of file +*.sqlite* + +.idea -- cgit v1.2.3