From f23a67e0b68ba6cd2d1ad1902a828bf89354c32c Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 11 Feb 2026 22:46:18 +0900 Subject: refactor: Remove idea configuration --- .gitignore | 3 +-- .idea/.gitignore | 8 ------- .../LunaticChat__dokkaGenerate_.xml | 27 ---------------------- .../LunaticChat__ktlintCheck_.xml | 27 ---------------------- .../LunaticChat__ktlintFormat_.xml | 27 ---------------------- .../runConfigurations/LunaticChat__shadowJar_.xml | 27 ---------------------- 6 files changed, 1 insertion(+), 118 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/runConfigurations/LunaticChat__dokkaGenerate_.xml delete mode 100644 .idea/runConfigurations/LunaticChat__ktlintCheck_.xml delete mode 100644 .idea/runConfigurations/LunaticChat__ktlintFormat_.xml delete mode 100644 .idea/runConfigurations/LunaticChat__shadowJar_.xml diff --git a/.gitignore b/.gitignore index 6a9f9e8..729de3c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,5 @@ gradle-app.setting # JDT-specific (Eclipse Java Development Tools) .classpath -.idea/modules -.idea/*.xml +.idea/ docs/.vitepress/cache/deps diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 9a897b6..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml b/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml deleted file mode 100644 index e9b8112..0000000 --- a/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - true - true - false - false - false - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/LunaticChat__ktlintCheck_.xml b/.idea/runConfigurations/LunaticChat__ktlintCheck_.xml deleted file mode 100644 index 5c7e3bf..0000000 --- a/.idea/runConfigurations/LunaticChat__ktlintCheck_.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - true - true - false - false - false - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/LunaticChat__ktlintFormat_.xml b/.idea/runConfigurations/LunaticChat__ktlintFormat_.xml deleted file mode 100644 index 0693ea3..0000000 --- a/.idea/runConfigurations/LunaticChat__ktlintFormat_.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - true - true - false - false - false - false - false - - - \ No newline at end of file diff --git a/.idea/runConfigurations/LunaticChat__shadowJar_.xml b/.idea/runConfigurations/LunaticChat__shadowJar_.xml deleted file mode 100644 index c33890e..0000000 --- a/.idea/runConfigurations/LunaticChat__shadowJar_.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - true - true - false - false - false - false - false - - - \ No newline at end of file -- cgit v1.2.1