From 064c4f32b1bee1cfd668cc7d2a9681ad3771196b Mon Sep 17 00:00:00 2001 From: evgeny Date: Tue, 17 Sep 2024 11:14:41 +0100 Subject: [PATCH] chore: update `.gitignore` and IntelliJ settings - Updated `.gitignore` to exclude IDEA files from being indexed - Updated code style settings to follow the official Kotlin standards --- .gitignore | 22 ++++------------------ .idea/.name | 1 - .idea/codeStyles/Project.xml | 27 +++------------------------ .idea/dictionaries/shared.xml | 7 +++++++ .idea/kotlinc.xml | 6 ------ 5 files changed, 14 insertions(+), 49 deletions(-) delete mode 100644 .idea/.name create mode 100644 .idea/dictionaries/shared.xml delete mode 100644 .idea/kotlinc.xml diff --git a/.gitignore b/.gitignore index 92c9f86a..2e37d895 100644 --- a/.gitignore +++ b/.gitignore @@ -41,19 +41,10 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml -# Local deployment targets -.idea/deploymentTargetSelector.xml +/.idea/* +!/.idea/codeStyleSettings.xml +!/.idea/codeStyles +!/.idea/dictionaries # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. @@ -91,11 +82,6 @@ lint/tmp/ publish.properties *.gpg -/.idea/.gitignore -/.idea/compiler.xml -/.idea/jarRepositories.xml -/.idea/misc.xml -/.idea/shelf # general **/.DS_Store diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index decc89cc..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Ably Chat SDK \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 8cbc9db8..c37d3b88 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,40 +1,19 @@ - - \ No newline at end of file + diff --git a/.idea/dictionaries/shared.xml b/.idea/dictionaries/shared.xml new file mode 100644 index 00000000..de5c5c99 --- /dev/null +++ b/.idea/dictionaries/shared.xml @@ -0,0 +1,7 @@ + + + + timeserial + + + diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 5815a4a6..00000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file