From 9c8401e1be3b850d92eea7ca50561421156c9050 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 6 Oct 2019 12:06:07 +0200 Subject: [PATCH] add *.config to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c27fc1..16dde83 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ data/ build/ db/ __pychache__/ +*.config