From 4f61905ba7b52cb0ca5cf4df118294671733b6d4 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 17 Dec 2023 23:37:07 +0100 Subject: [PATCH] Remove json files from gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab2409b..0da79f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -/secrets.json -/config.json /config.toml /.env -/posts.json /history.toml /.vscode /.idea