From bdae1944f28a64d0c66de498a2ab35b627c31801 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 21 Sep 2023 03:10:36 +0800 Subject: [PATCH] chore: clean up build step files --- .gitignore | 3 +- .idea/.gitignore | 4 ++- .idea/appInsightsSettings.xml | 26 ++++++++++++++ .idea/compiler.xml | 4 ++- .idea/deploymentTargetDropDown.xml | 13 +++++++ .idea/gradle.xml | 24 ------------- .idea/inspectionProfiles/Project_Default.xml | 1 + .idea/kotlinc.xml | 2 +- .idea/ktlint.xml | 11 ++++++ .idea/migrations.xml | 10 ++++++ .idea/misc.xml | 36 -------------------- 11 files changed, 69 insertions(+), 65 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deploymentTargetDropDown.xml delete mode 100644 .idea/gradle.xml create mode 100644 .idea/ktlint.xml create mode 100644 .idea/migrations.xml delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 2fbf0126..f7415cfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.iml .gradle -.maven /local.properties /.idea/caches /.idea/libraries @@ -13,4 +12,4 @@ /captures .externalNativeBuild .cxx -local.properties +local.properties \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d33521..3ad4a12e 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,5 @@ # Default ignored files /shelf/ -/workspace.xml +/gradle.xml +/misc.xml +/workspace.xml \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 00000000..371f2e29 --- /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 ac537933..d3da429a 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,8 +1,10 @@ - + + + diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..17bf5477 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 77900b53..00000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09b..807a7e6d 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -6,5 +6,6 @@ \ No newline at end of file diff --git a/.idea/ktlint.xml b/.idea/ktlint.xml new file mode 100644 index 00000000..3ef5c7e5 --- /dev/null +++ b/.idea/ktlint.xml @@ -0,0 +1,11 @@ + + + + false + + + + + + \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 00000000..f8051a6f --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index bb5006ea..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - \ No newline at end of file