From ab117e12fd9cc1071cc44d76f425585b129732d5 Mon Sep 17 00:00:00 2001 From: Unisko PENG Date: Fri, 7 Apr 2023 08:48:32 +0800 Subject: [PATCH] Optimize .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d17e7b..6903107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ book target Cargo.lock -*.html +./*.html