diff --git a/.gitignore b/.gitignore index 4b56acf..2709a60 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ pids # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Database +common-cents.db \ No newline at end of file diff --git a/common-cents.db b/common-cents.db deleted file mode 100644 index 8458d51..0000000 Binary files a/common-cents.db and /dev/null differ