Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the .gitignore template to ignore files generated by IntelliJ IDEA #3622

Merged
merged 2 commits into from
Sep 12, 2022

Conversation

octogonz
Copy link
Collaborator

Summary

This work was split off from PR #3602

Properly tracking IntelliJ project settings in Git requires a fairly complex .gitignore recipe based on the JetBrains docs.

However, this thread makes a reasonable case that .idea and *.iml can be completely ignored in a typical Git repository, unless the developers specifically want to do work to support shared templates.

Thus I agree with the @fwienber's approach from PR #3602. And furthermore, I think it's a helpful default for the rush init template.

@iclanton iclanton merged commit b6bd043 into main Sep 12, 2022
@iclanton iclanton deleted the octogonz/gitignore-intellij branch September 12, 2022 23:34
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.

2 participants