Skip to content

chore: untrack IDE config folders and update gitignore #971#1211

Open
krishsharma-code wants to merge 2 commits into
viru0909-dev:mainfrom
krishsharma-code:chore/remove-ide-configs-971
Open

chore: untrack IDE config folders and update gitignore #971#1211
krishsharma-code wants to merge 2 commits into
viru0909-dev:mainfrom
krishsharma-code:chore/remove-ide-configs-971

Conversation

@krishsharma-code
Copy link
Copy Markdown
Contributor

Pull Request

Description

Safely untracked local IDE configuration directories (.idea/ and .vscode/) from the git index to prevent machine-specific workspace conflicts for contributors. Appended both directories to .gitignore to prevent future accidental commits.

Closes #971

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 6, 2026

@krishsharma-code is attempting to deploy a commit to the CodeBlooded's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 6, 2026

Hi @krishsharma-code, thanks for contributing to Nyay Setu! 🎉

I have automatically:

  • 👤 Assigned this PR to you.
  • 🏷️ Applied the gssoc:approved label.

Our workflows will now analyze your changes to classify:

  • 📈 PR Difficulty: level:*
  • 🧩 PR Type: type:*
  • 🌟 PR Quality: quality:*

Tip

Ensure your PR description references the issue it resolves (e.g. Closes #123). This allows the bot to inherit any additional labels from that issue!

Happy coding! 🚀

@krishsharma-code
Copy link
Copy Markdown
Contributor Author

/update
Hey @viru0909-dev! 👋

Just wanted to give a quick update: I've resolved the failing CI/CD pipeline issue. The build was failing due to a duplicate import of ScrollProgressBar in App.jsx, which I've now removed. The main build checks are now passing successfully! ✅

I noticed that the Vercel preview and PR Labeler bots are currently failing. Since I am an external contributor, these checks require maintainer authorization to run.

Could you please authorize the workflows and review the PR when you get a chance? Let me know if you need any other changes! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: IDE configuration folders .idea/ and .vscode/ committed to repository root - should be gitignored

1 participant