From 943061f72a1b091bda2ac47c860cfd10ca5010a3 Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Mon, 22 Apr 2024 17:47:38 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 90c74d0..0611e60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -./OCRPython/images/ -./OCRTool/out -./OCRTool/target \ No newline at end of file +/OCRPython/images/* +/OCRTool/out/* +/OCRTool/target/* \ No newline at end of file