From f6bc45361a30e11f197d99dcc20d6d41f198fa86 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 10 May 2022 20:48:40 +0200 Subject: [PATCH] ignore custom configs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c61326d..4eeb410 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ anu.html *.log .pytest_cach anon* -config.json \ No newline at end of file +config.json +config-*.json \ No newline at end of file