Skip to content

chore: remove .idea directory and ignore it #32

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wantaekchoi
Copy link

Remove .idea/ directory and update .gitignore

This PR cleans up the accidental inclusion of the IDE configuration folder that was merged in my previous PR (#30). It removes the .idea/ directory from version control and prevents it from being added again by updating .gitignore.

Changes:

  • Removed .idea/ directory from the Git index
  • Added .idea/ to .gitignore

Background:
In PR #30 I mistakenly committed the .idea/ directory along with my renaming of JsonLDCompactionProve to JsonLDCompactionProbe. This change rectifies that by deleting the IDE files and ensuring they are ignored going forward.

Verification:

  • Confirmed .idea/ no longer appears in git status
  • Ran existing test suite to ensure no unintended side effects

Please review and merge to keep the repository clean of IDE-specific files.

@wantaekchoi wantaekchoi changed the title 집안일: .idea 디렉토리를 제거하고 무시하세요 Remove .idea/ directory and update .gitignore Aug 5, 2025
@wantaekchoi wantaekchoi changed the title Remove .idea/ directory and update .gitignore chore: remove .idea directory and ignore it Aug 5, 2025
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