diff --git a/.gitignore b/.gitignore index 13eedbe..ce12c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -vendor/ \ No newline at end of file +*.db +vendor/ diff --git a/starter/bolt/test.db b/starter/bolt/test.db deleted file mode 100644 index 185c698..0000000 Binary files a/starter/bolt/test.db and /dev/null differ