From 59b1d4cf09a8e6a0b831ed9e5ad60200051c6307 Mon Sep 17 00:00:00 2001 From: Prashant Bhujbal Date: Mon, 18 Sep 2023 16:36:12 +0530 Subject: [PATCH] Initial Commit --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5fc0474 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Android Profiling +*.hprof + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb270dc --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Discovery Android SDK +