From 09ab6837d0333ebc7b2408ba56b6a642944e62f0 Mon Sep 17 00:00:00 2001 From: todayama_r <13657682+Corvus400@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:36:36 +0900 Subject: [PATCH] :sparkles: Add codeInsightSettings.xml Prevent suggestions that are not related to Jetpack Compose from appearing. https://github.com/DroidKaigi/conference-app-2022/pull/336 --- .gitignore | 1 + .idea/codeInsightSettings.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .idea/codeInsightSettings.xml diff --git a/.gitignore b/.gitignore index d100efa9c..10e5be2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ local.properties *.iml .idea/* !.idea/copyright +!.idea/codeInsightSettings.xml # Keep the code styles. !/.idea/codeStyles /.idea/codeStyles/* diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml new file mode 100644 index 000000000..1b54360e7 --- /dev/null +++ b/.idea/codeInsightSettings.xml @@ -0,0 +1,22 @@ + + + + + java.lang.reflect.Modifier + java.nio.file.WatchEvent.Modifier + android.view.Surface + androidx.core.content.pm.ShortcutInfoCompat.Surface + org.w3c.dom.Text + android.widget.Button + android.graphics.drawable.Icon + android.inputmethodservice.Keyboard.Row + java.time.format.TextStyle + org.threeten.bp.format.TextStyle + android.text.Layout.Alignment + android.widget.GridLayout.Alignment + android.graphics.Canvas + android.graphics.Color + android.graphics.Paint + + + \ No newline at end of file