From 1df7d937f4ad889c385ca97198346b44c8756801 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, 4 Jun 2022 13:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61ff533..ebfb375 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -# ignore debug +# 忽略构建内容 out/ build/ +# 忽略调试内容 .vscode/ __pycache__/ */__pycache__/ -# ignore test +# 忽略测试文件 test.py