diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-05 23:06:39 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-05 23:06:39 +0530 |
commit | 00e24d29858dbf8a8570fbe5a234474c04a4777f (patch) | |
tree | d5cdd49796a9afa1739c4a8de2cae005c8fdf9f8 /.idea | |
parent | 076144023e449d83b64363dc0da0fa00a0ea2c00 (diff) |
Add google-java-format config xml into gitignore
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/runConfigurations.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |