diff --git a/Android/.gitignore b/Android/.gitignore index 69f24fc..331c81c 100644 --- a/Android/.gitignore +++ b/Android/.gitignore @@ -1,16 +1,20 @@ -*.iml +.artifacts .gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -/.idea/dictionaries -/build -/captures +.idea/appInsightsSettings.xml +.idea/caches +.idea/compiler.xml +.idea/deploymentTargetSelector.xml +.idea/deviceManager.xml +.idea/gradle.xml +.idea/markdown.xml +.idea/migrations.xml +.idea/planningMode.xml +.idea/studiobot.xml +.idea/workspace.xml +.DS_Store .externalNativeBuild .cxx -/app/debug -/app/release +*.iml +build +captures +local.properties diff --git a/Android/.idea/.gitignore b/Android/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Android/.idea/AndroidProjectSystem.xml b/Android/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/Android/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Android/.idea/appInsightsSettings.xml b/Android/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..13574c8 --- /dev/null +++ b/Android/.idea/appInsightsSettings.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/Android/.idea/compiler.xml b/Android/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/Android/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Android/.idea/gradle.xml b/Android/.idea/gradle.xml deleted file mode 100644 index 23a89bb..0000000 --- a/Android/.idea/gradle.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/Android/.idea/misc.xml b/Android/.idea/misc.xml index 6c2e59d..21aefeb 100644 --- a/Android/.idea/misc.xml +++ b/Android/.idea/misc.xml @@ -1,49 +1,57 @@ + - + diff --git a/Android/.idea/runConfigurations.xml b/Android/.idea/runConfigurations.xml index e497da9..72f00ed 100644 --- a/Android/.idea/runConfigurations.xml +++ b/Android/.idea/runConfigurations.xml @@ -3,7 +3,14 @@