From 4e5054f6d30cb39f7ed7bb8f40c0675b3e0f7a0f Mon Sep 17 00:00:00 2001 From: mojo Date: Wed, 5 Nov 2025 10:04:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore index aa724b7..96f1c17 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,36 @@ .externalNativeBuild .cxx local.properties +### Android template +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof +