From 3d973f2e3b6ab2df821437c7e9549d882222c42f Mon Sep 17 00:00:00 2001 From: Luis Antonio Date: Mon, 22 Dec 2025 12:02:59 -0300 Subject: [PATCH] Remove src/config.jsonc from .gitignore That was an specific config leftover from testings Signed-off-by: Luis Antonio --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index e08d662..ef0935e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,3 @@ accounts.main.jsonc .update-extract/ .update-happened .update-restart-count -src/config.jsonc