From fd18389be4dc09069d2099d6d1d98525966f1553 Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Thu, 6 Apr 2017 08:16:58 -0600 Subject: [PATCH] Remove and ignore db.json file --- .gitignore | 1 + api/db.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 api/db.json diff --git a/.gitignore b/.gitignore index ba8e7fa..840014a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules yarn.lock .env .DS_Store +db.json diff --git a/api/db.json b/api/db.json deleted file mode 100644 index a192a06..0000000 --- a/api/db.json +++ /dev/null @@ -1 +0,0 @@ -{"uploads":[{"name":"IMG_0599.JPG","type":"image/jpeg","size":343845,"path":"/tmp/uploads/upload_7b8d12d21774c726904d6272f6176d57"},{"name":"IMG_0599.JPG","type":"image/jpeg","size":343845,"path":"/tmp/uploads/upload_e39a69250284e0113b276e3dcf87dbb4"},{"name":"kalen-emsley-99660.jpg","type":"image/jpeg","size":14036175,"path":"/tmp/uploads/upload_fe22084971ed01e6849cd7fa253ccf4b"}]} \ No newline at end of file