From ffe02bf3e7fa85b4367384a8c5f70148cc5a5a98 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 21 Jun 2021 17:10:45 +0200 Subject: [PATCH] added config folder to ignore list --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..4222d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +config + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]