From dba2ad48a5a7ab95b6c8429fe031fb731e83ecbb Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 22 Mar 2021 01:03:42 -0500 Subject: [PATCH] Ignore changes to config files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d7424b8d..374f80f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .vs/ .git/ -config/database.json \ No newline at end of file +config/* \ No newline at end of file