Skip to content

Ignore JetBrains .idea/ - #3

Merged
IPerception merged 1 commit into
mainfrom
chore/ignore-idea
Aug 15, 2026
Merged

Ignore JetBrains .idea/#3
IPerception merged 1 commit into
mainfrom
chore/ignore-idea

Conversation

@IPerception

Copy link
Copy Markdown
Owner

Adds .idea/ to .gitignore under a new Editors section.

JetBrains writes .idea/ into any project it opens. The module and VCS mapping files inside name this machine's paths, so they are wrong for anyone else who clones — quite apart from being local editor state rather than project configuration.

Nothing under .idea/ was ever tracked (git ls-files confirms), so this only stops it being swept into a future git add. No git rm --cached needed.

Follows the file's existing convention of a comment saying why each group is ignored rather than just listing patterns.

🤖 Generated with Claude Code

JetBrains writes .idea/ into any project it opens, and the module and VCS
mapping files inside name this machine's paths -- so they are wrong for anyone
else who clones, quite apart from being local state rather than project
configuration.

Nothing under .idea/ was ever tracked, so this only stops it being swept into a
future `git add`; no untracking is needed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@IPerception
IPerception merged commit 0208aa3 into main Aug 15, 2026
1 check passed
@IPerception
IPerception deleted the chore/ignore-idea branch August 15, 2026 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant