From f12a5ee43a479ea63cdd9e12040aed1c5cdc59c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Tue, 5 May 2026 10:57:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8.gitignore=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0android=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略android构建目录以避免不必要的版本控制 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5cb619..975d77c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .codebuddy build/* !build/.gitkeep -*.zip \ No newline at end of file +*.zip +android \ No newline at end of file