From b17e3d7345d4bb7a8158c0ba1d84228a5bb42611 Mon Sep 17 00:00:00 2001 From: xedre Date: Sat, 6 Oct 2018 09:04:22 +0100 Subject: added log/* to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a8072aaf..8f8974f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# bot (project-specific) +log/* + + + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- cgit v1.2.3