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