Commit fa45647
Vova Kolmakov
chore: remove IDE artifacts from version control
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.1 parent fa2ea76 commit fa45647
10 files changed
Lines changed: 4 additions & 13492 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments