From ec428f59cc0472b6e08e8e35edb91985964ad0b9 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:20:03 -0600 Subject: [PATCH] Add database json to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b95e158d..d7424b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vs/ -.git/ \ No newline at end of file +.git/ +config/database.json \ No newline at end of file