chore: untrack IDE config folders and update gitignore #971#1211
chore: untrack IDE config folders and update gitignore #971#1211krishsharma-code wants to merge 2 commits into
Conversation
|
@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. |
|
Hi @krishsharma-code, thanks for contributing to Nyay Setu! 🎉 I have automatically:
Our workflows will now analyze your changes to classify:
Tip Ensure your PR description references the issue it resolves (e.g. Happy coding! 🚀 |
|
/update 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 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! 🚀 |
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.gitignoreto prevent future accidental commits.Closes #971
Type of change
Checklist: