diff --git a/.gitignore b/.gitignore index f28f290..a8b8f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,7 @@ lp-cache _data # PostgreSQL -logfile \ No newline at end of file +logfile + +# SQLite +*.db \ No newline at end of file diff --git a/example/example.db b/example/example.db deleted file mode 100644 index 08487a5..0000000 Binary files a/example/example.db and /dev/null differ