diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .idea/runConfigurations.xml | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -15,6 +15,7 @@ local.properties .idea/compiler.xml /.idea/assetWizardSettings.xml /.idea/jarRepositories.xml +/.idea/google-java-format.xml gradle.xml markdown-*.xml *.iml diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="RunConfigurationProducerService"> + <option name="ignoredProducers"> + <set> + <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" /> + </set> + </option> + </component> +</project>
\ No newline at end of file |