diff --git a/.gitignore b/.gitignore index ff5e60aa..8fc3d65c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - # Created by https://www.toptal.com/developers/gitignore/api/android,intellij # Edit at https://www.toptal.com/developers/gitignore?templates=android,intellij @@ -43,7 +42,7 @@ captures/ # IntelliJ *.iml -.idea/ +!.idea/codeInsightSettings.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. @@ -99,6 +98,7 @@ output.json # Generated files .idea/**/contentModel.xml +.idea/artifacts/** # Sensitive or high-churn files .idea/**/dataSources/ @@ -117,14 +117,14 @@ output.json # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr +.idea/artifacts +.idea/compiler.xml +.idea/jarRepositories.xml +.idea/modules.xml +.idea/*.iml +.idea/modules +*.iml +*.ipr # CMake cmake-build-*/ @@ -188,4 +188,10 @@ fabric.properties # https://plugins.jetbrains.com/plugin/12206-codestream .idea/codestream.xml +.idea/misc.xml +.idea/kotlinc.xml +.idea/ghactions-toolbar.xml +.idea/codeStyles/** +.idea/.name + # End of https://www.toptal.com/developers/gitignore/api/android,intellij diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml new file mode 100644 index 00000000..097dff11 --- /dev/null +++ b/.idea/codeInsightSettings.xml @@ -0,0 +1,21 @@ + + + + + android.app.LauncherActivity.ListItem + android.graphics.Color + android.graphics.drawable.Icon + android.graphics.fonts.FontFamily + android.inputmethodservice.Keyboard.Row + android.text.layout.Alignment + android.view.RoundedCorner + android.view.Surface + android.widget.GridLayout.Alignment + java.lang.reflect.Modifier + java.nio.file.WatchEvent.Modifier + java.time.format.TextStyle + java.util.Observable + org.w3c.dom.Text + + + diff --git a/.idea/ktfmt.xml b/.idea/ktfmt.xml new file mode 100644 index 00000000..0521fe98 --- /dev/null +++ b/.idea/ktfmt.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file