Skip to content

fix: correct invalid .gitignore iml glob - #24

Open
ogormans-deptstack wants to merge 1 commit into
mongodb:masterfrom
ogormans-deptstack:fix-gitignore-iml-pattern
Open

fix: correct invalid .gitignore iml glob#24
ogormans-deptstack wants to merge 1 commit into
mongodb:masterfrom
ogormans-deptstack:fix-gitignore-iml-pattern

Conversation

@ogormans-deptstack

@ogormans-deptstack ogormans-deptstack commented Jul 29, 2026

Copy link
Copy Markdown

Summary

Fix the invalid .gitignore glob pattern used for IntelliJ module files.

Changes

  • replace **.iml with *.iml

**.iml is not a valid gitignore-style glob (** must be a full path component), and tools that parse .gitignore patterns report it as an error.

Closes #9

Replace invalid '**.iml' pattern with '*.iml' so gitignore glob parsing tools (for example ripgrep) no longer report an error.

Closes mongodb#9

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.

**iml in .gitignore is invalid

1 participant