From 2d99749cea7e179824fd8bba5c654b9365a1304d Mon Sep 17 00:00:00 2001 From: linruijn Date: Tue, 23 May 2023 15:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app/.gitignore | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b75303..505de64 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /build /captures .externalNativeBuild +/app/build/ diff --git a/app/.gitignore b/app/.gitignore index b6f323d..b2d2a9f 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -6,6 +6,26 @@ gradlew gradlew.bat local.properties # 各个模块下build文件夹 -app/build/ +/app/build/ /build -*/build \ No newline at end of file +*/build + +# Gradle files +.gradle/ +build/ + +# Built application files +*.apk +*.ap_ +*.aab + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ \ No newline at end of file