From f720815e32e65523702c693f54e18aa4956e9c20 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Fri, 25 Feb 2022 15:59:35 +0100 Subject: [PATCH] add *.log to .gitignore --- .gitignore | 2 ++ utils/appointment.log | 0 2 files changed, 2 insertions(+) delete mode 100644 utils/appointment.log diff --git a/.gitignore b/.gitignore index c34e7ae..6c1dabc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /.idea/ __pycache__ pojo/__pycache__/ +appointment.log +utils/*.log .~contact.xlsx \ No newline at end of file diff --git a/utils/appointment.log b/utils/appointment.log deleted file mode 100644 index e69de29..0000000