From fa45647f3633afa7d6b8b2ea2db9e04dd29cdcd7 Mon Sep 17 00:00:00 2001 From: Vova Kolmakov Date: Wed, 22 Apr 2026 12:23:51 +0700 Subject: [PATCH 1/2] chore: remove IDE artifacts from version control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repository had 9 `.idea/` files committed against intent, totaling ~7.5 MB — dominated by `.idea/CopilotChatHistory.xml` (7.4 MB of AI chat history). The previous `.gitignore` enumerated `.idea/X.xml` entries piecemeal, which let other IDE files (encodings.xml, misc.xml, vcs.xml, codeStyles/, etc.) slip in. This commit: - Replaces the piecemeal `.idea/X.xml` block with a blanket `.idea` ignore plus symmetric `out/` handling, mirroring the sister repo `lance-format/lance-spark`. - Runs `git rm --cached` on all 9 tracked `.idea/` files. They remain on disk for local IntelliJ use but are no longer under version control. IDE-level codestyle (`.idea/codeStyles/*.xml`) is removed intentionally: the planned Spotless + google-java-format adoption will be the single source of truth for formatting; a separate IDE codestyle in git would diverge over time. --- .gitignore | 8 +- .idea/.gitignore | 10 - .idea/CopilotChatHistory.xml | 13418 ----------------------- .idea/CopilotChatTabs.xml | 15 - .idea/MarsCodeWorkspaceAppSettings.xml | 6 - .idea/codeStyles/Project.xml | 7 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/encodings.xml | 7 - .idea/misc.xml | 14 - .idea/vcs.xml | 6 - 10 files changed, 4 insertions(+), 13492 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/CopilotChatHistory.xml delete mode 100644 .idea/CopilotChatTabs.xml delete mode 100644 .idea/MarsCodeWorkspaceAppSettings.xml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index cd2d973..f44ebb9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,13 +4,13 @@ target/ !**/src/test/**/target/ ### IntelliJ IDEA ### -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ +.idea *.iws *.iml *.ipr +out/ +!**/src/main/**/out/ +!**/src/test/**/out/ ### Eclipse ### .apt_generated diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 7bc07ec..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Environment-dependent path to Maven home directory -/mavenHomeManager.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/CopilotChatHistory.xml b/.idea/CopilotChatHistory.xml deleted file mode 100644 index 5fd9fe5..0000000 --- a/.idea/CopilotChatHistory.xml +++ /dev/null @@ -1,13418 +0,0 @@ - - - -