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