diff --git a/.gitignore b/.gitignore index e2d90adbb153879e0438f72ce9cfcc526917a794..356f4d97cde31206e575c7aa18772570e21bda7c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc -crates/db/test-db.db +**/*.db diff --git a/dest-term.db b/dest-term.db deleted file mode 100644 index d6115b0670d7ce5e17610aa1d678d320a1615e5a..0000000000000000000000000000000000000000 Binary files a/dest-term.db and /dev/null differ diff --git a/dest-workspace.db b/dest-workspace.db deleted file mode 100644 index 90682f86421cbe4f9180ef12caecb0620d5218ee..0000000000000000000000000000000000000000 Binary files a/dest-workspace.db and /dev/null differ diff --git a/dest.db b/dest.db deleted file mode 100644 index e378341661f624e7b45f7401f74ea0980eb02e47..0000000000000000000000000000000000000000 Binary files a/dest.db and /dev/null differ