From 6b9490ccebe129ddfdfcb0768346bb0a9515819d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=B0=8F=E6=B1=9F?= <461355754@qq.com> Date: Mon, 3 Nov 2025 20:29:52 +0800 Subject: [PATCH] =?UTF-8?q?1:=E4=BF=AE=E6=94=B9=E4=BA=A4=E5=8F=8B=E6=88=BF?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=98=89=E5=AE=BE=E4=BC=9A=E9=97=AD=E9=BA=A6?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e4019f40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.idea/ +*.iml +build/ +local.properties +.gradle/ +.externalNativeBuild/ +.DS_Store +*.dm +*.log \ No newline at end of file