From 13244e874dd14c1358a5029967f993926bb4a742 Mon Sep 17 00:00:00 2001 From: luozhiya Date: Sat, 18 May 2024 23:26:31 +0800 Subject: [PATCH] Ignoring `tags` file in doc directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 079e8e4e..9d409ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ runtime -nightly \ No newline at end of file +nightly +doc/tags \ No newline at end of file