diff --git a/.gitignore b/.gitignore index 5e82476..e1ef5e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .env .DS_Store -db/**.sql* +db/**.sqlite3 +db/migrations/.migrate testData/ .python_version .vscode diff --git a/db/migrations/.migrate b/db/migrations/.migrate deleted file mode 100644 index c088eec..0000000 --- a/db/migrations/.migrate +++ /dev/null @@ -1,17 +0,0 @@ -{ - "lastRun": "1533377102405-add-images.js", - "migrations": [ - { - "title": "1533377087768-add-users.js", - "timestamp": 1533418332304 - }, - { - "title": "1533377095426-add-sequences.js", - "timestamp": 1533418332325 - }, - { - "title": "1533377102405-add-images.js", - "timestamp": 1533418332609 - } - ] -} \ No newline at end of file diff --git a/db/test-posm-paths.sqlite3 b/db/test-posm-paths.sqlite3 deleted file mode 100644 index 3b6bd8f..0000000 Binary files a/db/test-posm-paths.sqlite3 and /dev/null differ