From 7005b952b5a3797600626fdd29da3c71d911eef8 Mon Sep 17 00:00:00 2001 From: MingWei Liao Date: Fri, 17 Jul 2026 14:11:57 +0100 Subject: [PATCH] Add .gitignore for ChatApp --- ChatApp/.gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ChatApp/.gitignore diff --git a/ChatApp/.gitignore b/ChatApp/.gitignore new file mode 100644 index 0000000..13f148a --- /dev/null +++ b/ChatApp/.gitignore @@ -0,0 +1,43 @@ +# Gradle files +.gradle/ +/gradle/gradle-daemon-jvm.properties +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.aab +*.apk +output-metadata.json + +# IntelliJ +*.iml +.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 + +.instrumentation_output.txt + +.DS_Store + +# AI Agent Files +.agents/ +AGENTS.md \ No newline at end of file