Skip to content

chore: uncomment .idea/ in .gitignore #1287

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

Merged
merged 1 commit into from
Aug 20, 2025
Merged

Conversation

maxisbey
Copy link
Contributor

Summary

Uncomment the .idea/ entry in .gitignore to properly ignore JetBrains IDE configuration files.

Changes

  • Uncommented the .idea/ line in .gitignore (line 165)

Rationale

This prevents IDE-specific settings and configuration files from being accidentally committed to the repository, keeping the codebase clean of development environment artifacts.

🤖 Generated with Claude Code

Enable ignoring of JetBrains IDE configuration files by uncommenting
the .idea/ entry in .gitignore. This prevents IDE-specific settings
from being committed to the repository.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@maxisbey maxisbey requested a review from a team as a code owner August 20, 2025 13:46
@maxisbey maxisbey merged commit 824ef8a into main Aug 20, 2025
21 checks passed
@maxisbey maxisbey deleted the chore/uncomment-idea-gitignore branch August 20, 2025 14:00
@Kludex
Copy link
Member

Kludex commented Aug 20, 2025

Unfortunately, this blog post was archived, but I find it useful to share on OSS projects: https://web.archive.org/web/20230322214811/https://julien.danjou.info/properly-managing-your-gitignore/

@maxisbey
Copy link
Contributor Author

Unfortunately, this blog post was archived, but I find it useful to share on OSS projects: https://web.archive.org/web/20230322214811/https://julien.danjou.info/properly-managing-your-gitignore/

Ah I hadn't seen that before. Yea I think that's a fair approach in general. At least in this case there was already things like .vscode in this repo's gitignore.

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.

3 participants