Skip to content

Ignore idea files#8

Open
ElicNg wants to merge 2 commits into
MagicPhoenix:mainfrom
ElicNg:feature/ignore-idea
Open

Ignore idea files#8
ElicNg wants to merge 2 commits into
MagicPhoenix:mainfrom
ElicNg:feature/ignore-idea

Conversation

@ElicNg
Copy link
Copy Markdown

@ElicNg ElicNg commented Feb 2, 2025

This PR updates the .gitignore file to exclude the .idea/ folder, which is created by JetBrains IDEs (such as IntelliJ IDEA, WebStorm, and PyCharm). Since this folder contains user-specific settings and workspace configurations, it should not be committed to the repository.

Changes:
Added .idea/ to .gitignore

Reason:
Prevents committing local IDE configurations to the repository
Keeps the repository clean and avoids unnecessary merge conflicts

Impact:
No impact on the codebase or functionality
Helps maintain a cleaner version control history

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