From a577c49e564b8efd70f5468a66f2ba3cbdb10771 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 18 Sep 2023 00:08:23 +0800 Subject: [PATCH] chore: clean up build step files --- .idea/.gitignore | 2 ++ .idea/appInsightsSettings.xml | 26 ++++++++++++++++++ .idea/compiler.xml | 5 +++- .idea/deploymentTargetDropDown.xml | 10 +++++++ .idea/gradle.xml | 20 -------------- .idea/inspectionProfiles/Project_Default.xml | 1 + .idea/kotlinc.xml | 6 +++++ .idea/ktlint.xml | 6 +++++ .idea/migrations.xml | 10 +++++++ .idea/misc.xml | 28 -------------------- .idea/vcs.xml | 2 +- 11 files changed, 66 insertions(+), 50 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deploymentTargetDropDown.xml delete mode 100644 .idea/gradle.xml create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/ktlint.xml create mode 100644 .idea/migrations.xml delete mode 100644 .idea/misc.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..239c426 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,5 @@ # Default ignored files /shelf/ /workspace.xml +/gradle.xml +/misc.xml \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..371f2e2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..359b1ed 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,9 @@ - + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index a0de2a1..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09..2e4deb3 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -6,5 +6,6 @@