From accc992b0b4878a249bd7509e05cbb7ba75975c3 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 28 Sep 2020 23:10:52 -0600 Subject: [PATCH] Add database folder to gitignore (allow example file) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..fea5e50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +data/*.json +!data/example.json + # Logs logs *.log