From f1a072a080af65d29222fc72340025fb4177a7f2 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 23 Jul 2021 17:28:39 -0600 Subject: [PATCH] ignore db --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 102c959..3dc96c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules/ config.json config.prod.json config.testing.json -apikeys.json \ No newline at end of file +apikeys.json +database.db \ No newline at end of file