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

gitignore: Ignore .idea directory #1402

Closed

Conversation

utzcoz
Copy link
Contributor

@utzcoz utzcoz commented Jul 9, 2023

The Intellij IDEA family IDEs create .idea directory when opening the project with them. This directory is not used at many times, so this CL just ignore it with .gitignore.

The Intellij IDEA family IDEs create .idea directory when opening the
project with them. This directory is not used at many times, so this CL
just ignore it with .gitignore.

Signed-off-by: utzcoz <[email protected]>
@jstone-lucasfilm
Copy link
Member

@utzcoz Thanks for this proposal! So far, we've aimed to keep the main gitignore as minimal as possible, since there are so many development approaches and IDEs in the industry. My initial sense is that we may want to omit this change, and continue to let developers locally modify the gitignore as needed.

@utzcoz
Copy link
Contributor Author

utzcoz commented Jul 14, 2023

@jstone-lucasfilm Thanks for reviewing and pointing out team's thought about gitignore. I got it now, and will not send related PRs.

@utzcoz utzcoz closed this Jul 14, 2023
@utzcoz utzcoz deleted the ignore-idea-directory branch July 14, 2023 03:26
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