From b3fc2ae9e089d7c23aa4b10bd720b37610b35a62 Mon Sep 17 00:00:00 2001 From: Byte Dice Date: Thu, 6 Mar 2025 15:54:02 +0100 Subject: [PATCH] update gitignore to include cfg.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60675f9..448c8eb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ __pycache__/ # program-created data data/reddit_data.json -data/discord_data.json \ No newline at end of file +data/discord_data.json +data/cfg.json \ No newline at end of file