From 974418ce1f0f7b6a0ded85bc6e722682f3bb89ad Mon Sep 17 00:00:00 2001 From: James Wang Date: Mon, 11 Aug 2025 22:26:04 +0800 Subject: [PATCH] Fixed a bug that caused the core/modules/cli/run directory to be incorrectly ignored Signed-off-by: James Wang --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce8e84e..8c5cb11 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ build/ .vscode cache/ result/ -run/ +/run/ -- Gitee