From 0fb0566adc38ce22fece3758e7917e59f8fb167d Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Wed, 7 May 2025 21:28:28 +0200 Subject: [PATCH] add config.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1cc4572..9678869 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/workspace.xml +config.json