From ca4a2707f852f1c02d36ab9113d6bf3548e28a9d Mon Sep 17 00:00:00 2001 From: Kevin Schildhorn Date: Thu, 24 Oct 2024 15:00:49 -0400 Subject: [PATCH] Adding idea files --- .gitignore | 26 +++++++-------- .idea/codeStyles/Project.xml | 32 +++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/inspectionProfiles/ktlint.xml | 7 ++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ 5 files changed, 61 insertions(+), 15 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/ktlint.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.gitignore b/.gitignore index 86fdc539..1f139b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,17 +38,7 @@ captures/ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -/.idea/encodings.xml -.idea/saveactions_settings.xml -.idea/deploymentTargetDropDown.xml -.idea/gradle.xml -.idea/misc.xml + .DS_Store /build /captures @@ -87,8 +77,14 @@ GoogleService-Info.plist GoogleService-Info.plist Pods/ *.xcworkspace -.idea/inspectionProfiles/profiles_settings.xml -.idea/inspectionProfiles/Project_Default.xml -.idea/dictionaries/matyas.xml -/.idea/ .kotlin +.idea/.name +.idea/compiler.xml +.idea/deploymentTargetSelector.xml +.idea/gradle.xml +.idea/kotlinc.xml +.idea/misc.xml +.idea/runConfigurations.xml +.idea/vcs.xml +.idea/workspace.xml +.idea/caches/deviceStreaming.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..cbe742a2 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..0f7bc519 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + diff --git a/.idea/inspectionProfiles/ktlint.xml b/.idea/inspectionProfiles/ktlint.xml new file mode 100644 index 00000000..7d04a74b --- /dev/null +++ b/.idea/inspectionProfiles/ktlint.xml @@ -0,0 +1,7 @@ + + + + diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..64580d14 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + +