From 250ba012f0026c8253f225f61540505b4c94d552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 15 Mar 2022 16:12:57 +0100 Subject: [PATCH] Add test generated file to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aafb3ff..78e259f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ __pycache__/ # Configuration file recommended to generate in the README toddlers.toml + +# Test related files +tests/msg.json