From b851f969b0e5503d341c6251e7057c1cb7856c0c Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 22 Nov 2021 12:40:47 +0000 Subject: [PATCH] chore: add pattern to gitignore - I've got a few different config files as I'm switching between the old and new config style, so this change keeps them from Git worrying about them --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c34b475..887d4d11 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ venv/ .idea/ *.pyc logs.log* -config.json +config.json* .vscode/ .nox/ .python-version