From a32b9ca212072efe7c16d4bdc23c27b4ebd5f592 Mon Sep 17 00:00:00 2001 From: nabeel Date: Sun, 19 Apr 2026 15:05:24 +1000 Subject: [PATCH] initial commit --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..8691940 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,37 @@ +#built application files +*.apk +*.ap_ +*.aab + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Windows thumbnail db +Thumbs.db + +# OSX files +.DS_Store + +# Android Studio +*.iml +.idea +#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. +.gradle +build/ +.navigation +captures/ +output.json + +#NDK +obj/ +.externalNativeBuild \ No newline at end of file