From 73e9ddf8c353cda75ae019b2b9097056ebec4fd7 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 22 Oct 2022 17:16:30 +0800 Subject: [PATCH] Ignore logs and configs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31d3845..6ce583d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ *pyc __pycache__ +logs/ *.log *.log.* -robot/config.yaml +config.yaml