From 6a15a8bb1b5d81c676aa0a68674427ecf23bfcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 23 Jul 2022 15:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=9C=AC=E5=9C=B0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ebfb375..a4712bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # 忽略构建内容 out/ -build/ +test-build/ +release/ # 忽略调试内容 .vscode/ __pycache__/