From 64391ae20da8f5c691e56020ff63f399097a043f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 15 Jul 2018 15:19:59 +0300 Subject: [PATCH] Ignore .log files instead of logs/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3545879..d19a6d68 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ __pycache__ config.yaml registration.yaml -logs/ +*.log *.db