From 0c0fbf17fd4fe2ddec874365c61311d211e76f6d Mon Sep 17 00:00:00 2001 From: zjyhjqs Date: Sun, 16 Mar 2025 19:43:32 +0800 Subject: [PATCH] ignore all `*build*/` path --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac7a37a..3557877 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/*build*/ +*build*/ .vs/ .vscode/ .idea/